summaryrefslogtreecommitdiff
path: root/drivers/reset
diff options
context:
space:
mode:
authorShawn Guo <shawn.guo@freescale.com>2013-07-14 21:10:37 +0800
committerLeonard Crestez <leonard.crestez@nxp.com>2018-08-23 16:57:37 +0300
commitd0fe677fee194d436794d12f276e2a6c31106951 (patch)
tree76659f9afa0384e7bbd3d89938bc408b0f6f0c60 /drivers/reset
parent5daf9682e66c9c107bcaab024d9170c52dc946df (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 92a976ce7005..155746d32a65 100644
--- a/drivers/reset/Kconfig
+++ b/drivers/reset/Kconfig
@@ -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