From: Shawn Guo Date: Sun, 14 Jul 2013 13:10:37 +0000 (+0800) Subject: ENGR00269945: reset: build in CONFIG_RESET_GPIO by default X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=b61ee544c878df69cd2e512f4b769d54e939e5af;p=karo-tx-linux.git 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 --- 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