From b61ee544c878df69cd2e512f4b769d54e939e5af Mon Sep 17 00:00:00 2001 From: Shawn Guo Date: Sun, 14 Jul 2013 21:10:37 +0800 Subject: [PATCH] ENGR00269945: reset: build in CONFIG_RESET_GPIO by default GPIO is widely used as the reset control for various devices. Let's build the support in by default. Signed-off-by: Shawn Guo --- drivers/reset/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/reset/Kconfig b/drivers/reset/Kconfig index 1a862dfe62f6..99e43ceeaf82 100644 --- a/drivers/reset/Kconfig +++ b/drivers/reset/Kconfig @@ -16,6 +16,7 @@ if RESET_CONTROLLER config RESET_GPIO tristate "GPIO reset controller support" + default y depends on GPIOLIB && OF help This driver provides support for reset lines that are controlled -- 2.39.5