]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ENGR00269945: reset: build in CONFIG_RESET_GPIO by default
authorShawn Guo <shawn.guo@freescale.com>
Sun, 14 Jul 2013 13:10:37 +0000 (21:10 +0800)
committerJason Liu <r64343@freescale.com>
Wed, 30 Oct 2013 01:53:45 +0000 (09:53 +0800)
GPIO is widely used as the reset control for various devices.  Let's
build the support in by default.

Signed-off-by: Shawn Guo <shawn.guo@freescale.com>
drivers/reset/Kconfig

index 1a862dfe62f64bdb2ac9112d96846342567a8fa9..99e43ceeaf82997567d725c410c00667d5dca195 100644 (file)
@@ -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