diff options
author | Shawn Guo <shawn.guo@freescale.com> | 2013-07-14 21:10:37 +0800 |
---|---|---|
committer | Nitin Garg <nitin.garg@freescale.com> | 2015-01-15 21:16:30 -0600 |
commit | 9db7838e60b38d3735f649018306362a17acc99f (patch) | |
tree | bd3395e9ededcb7dea0109bc6be29ff88b00d5fc | |
parent | ba5c20893b5e19448eb69f0de18c1fc80339ed27 (diff) |
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.
[shawn.guo: cherry-pick commit 795fcb3bc5bb from imx_3.10.y]
Signed-off-by: Shawn Guo <shawn.guo@freescale.com>
-rw-r--r-- | drivers/reset/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
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 |