MLK-11395-2: 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)
committerNitin Garg <nitin.garg@nxp.com>
Mon, 19 Mar 2018 19:48:05 +0000 (14:48 -0500)
GPIO is widely used as the reset control for various devices.  Let's
build the support in by default.

[shawn.guo: cherry-pick commit 795fcb3bc5bb from imx_3.10.y]
Signed-off-by: Shawn Guo <shawn.guo@freescale.com>
(cherry picked from commit 0cbf78b5b02c57e6fd0e57e811cfe56509c4fd24)

drivers/reset/Kconfig

index 92a976c..155746d 100644 (file)
@@ -29,6 +29,7 @@ config RESET_BERLIN
 
 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