reset: ti_syscon: Rename TI_SYSCON_RESET to RESET_TI_SYSCON
authorSuman Anna <s-anna@ti.com>
Wed, 24 May 2017 03:00:12 +0000 (22:00 -0500)
committerPhilipp Zabel <p.zabel@pengutronix.de>
Wed, 24 May 2017 08:21:44 +0000 (10:21 +0200)
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>
drivers/reset/Kconfig
drivers/reset/Makefile

index d21c07c..42d5631 100644 (file)
@@ -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
index 02a74db..26270e0 100644 (file)
@@ -13,7 +13,7 @@ obj-$(CONFIG_RESET_PISTACHIO) += reset-pistachio.o
 obj-$(CONFIG_RESET_SOCFPGA) += reset-socfpga.o
 obj-$(CONFIG_RESET_STM32) += reset-stm32.o
 obj-$(CONFIG_RESET_SUNXI) += reset-sunxi.o
-obj-$(CONFIG_TI_SYSCON_RESET) += reset-ti-syscon.o
+obj-$(CONFIG_RESET_TI_SYSCON) += reset-ti-syscon.o
 obj-$(CONFIG_RESET_UNIPHIER) += reset-uniphier.o
 obj-$(CONFIG_RESET_ZX2967) += reset-zx2967.o
 obj-$(CONFIG_RESET_ZYNQ) += reset-zynq.o