aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/reset/Kconfig
diff options
context:
space:
mode:
authorSuman Anna <s-anna@ti.com>2017-05-23 22:00:12 -0500
committerPhilipp Zabel <p.zabel@pengutronix.de>2017-05-24 10:21:44 +0200
commitdd9bf8634029fb00fb4797e9ccd648e1335119cb (patch)
tree451107c342c7c6da8bd52b679ab1913a9b30e171 /drivers/reset/Kconfig
parentreset: sti: Use devm_kcalloc() in syscfg_reset_controller_register() (diff)
downloadlinux-dev-dd9bf8634029fb00fb4797e9ccd648e1335119cb.tar.xz
linux-dev-dd9bf8634029fb00fb4797e9ccd648e1335119cb.zip
reset: ti_syscon: Rename TI_SYSCON_RESET to RESET_TI_SYSCON
Rename the current Kconfig name used for the TI SYSCON Reset driver from TI_SYSCON_RESET to RESET_TI_SYSCON to match the convention used for all the reset drivers present at the base reset folder. Signed-off-by: Suman Anna <s-anna@ti.com> Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
Diffstat (limited to 'drivers/reset/Kconfig')
-rw-r--r--drivers/reset/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/reset/Kconfig b/drivers/reset/Kconfig
index d21c07ccc94e..42d5631c6da0 100644
--- a/drivers/reset/Kconfig
+++ b/drivers/reset/Kconfig
@@ -80,7 +80,7 @@ config RESET_SUNXI
help
This enables the reset driver for Allwinner SoCs.
-config TI_SYSCON_RESET
+config RESET_TI_SYSCON
tristate "TI SYSCON Reset Driver"
depends on HAS_IOMEM
select MFD_SYSCON