Skip to content
This repository has been archived by the owner on Feb 27, 2023. It is now read-only.

Commit

Permalink
Enable CONFIG_POWER_RESET_GPIO to support Redbear IoT pHAT
Browse files Browse the repository at this point in the history
  • Loading branch information
XECDesign committed Nov 15, 2016
1 parent 0feffba commit 9e9184c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions buildroot/kernelconfig-recovery.armv6
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,9 @@ CONFIG_SERIAL_AMBA_PL011_CONSOLE=y
# CONFIG_HW_RANDOM is not set
CONFIG_RAW_DRIVER=y
CONFIG_GPIO_SYSFS=y
CONFIG_POWER_SUPPLY=y
CONFIG_POWER_RESET=y
CONFIG_POWER_RESET_GPIO=y
# CONFIG_HWMON is not set
CONFIG_THERMAL=y
CONFIG_THERMAL_BCM2835=y
Expand Down
3 changes: 3 additions & 0 deletions buildroot/kernelconfig-recovery.armv7
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,9 @@ CONFIG_SERIAL_AMBA_PL011_CONSOLE=y
CONFIG_RAW_DRIVER=y
CONFIG_GPIO_SYSFS=y
CONFIG_GPIO_BCM_VIRT=y
CONFIG_POWER_SUPPLY=y
CONFIG_POWER_RESET=y
CONFIG_POWER_RESET_GPIO=y
# CONFIG_HWMON is not set
CONFIG_THERMAL=y
CONFIG_THERMAL_BCM2835=y
Expand Down

0 comments on commit 9e9184c

Please sign in to comment.