From 9e9184c1ac9f7d022ca977661b42d90579dae5dc Mon Sep 17 00:00:00 2001 From: Serge Schneider Date: Tue, 15 Nov 2016 15:09:17 +0000 Subject: [PATCH] Enable CONFIG_POWER_RESET_GPIO to support Redbear IoT pHAT --- buildroot/kernelconfig-recovery.armv6 | 3 +++ buildroot/kernelconfig-recovery.armv7 | 3 +++ 2 files changed, 6 insertions(+) diff --git a/buildroot/kernelconfig-recovery.armv6 b/buildroot/kernelconfig-recovery.armv6 index b7aac81a..87299bc6 100644 --- a/buildroot/kernelconfig-recovery.armv6 +++ b/buildroot/kernelconfig-recovery.armv6 @@ -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 diff --git a/buildroot/kernelconfig-recovery.armv7 b/buildroot/kernelconfig-recovery.armv7 index b28bdf47..a9ed3096 100644 --- a/buildroot/kernelconfig-recovery.armv7 +++ b/buildroot/kernelconfig-recovery.armv7 @@ -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