summaryrefslogtreecommitdiff
path: root/drivers/reset
diff options
context:
space:
mode:
authorShawn Guo <shawn.guo@freescale.com>2013-07-14 21:10:37 +0800
committerNitin Garg <nitin.garg@nxp.com>2016-01-14 10:59:54 -0600
commitd00a1fdb990341950578b01aac00658fb3bd1a8a (patch)
treefef9ad9c0f7e553f5d0b8f5f9a8fab6def49aa55 /drivers/reset
parentd6649c277e9ff4a2c95fe55de282b3e53109ee1c (diff)
MLK-11395-2: 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. [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)
Diffstat (limited to 'drivers/reset')
-rw-r--r--drivers/reset/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/reset/Kconfig b/drivers/reset/Kconfig
index c36ff492b1e6..1e9bdb21c39a 100644
--- a/drivers/reset/Kconfig
+++ b/drivers/reset/Kconfig
@@ -17,6 +17,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