Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit dd9bf863 authored by Suman Anna's avatar Suman Anna Committed by Philipp Zabel
Browse files

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: default avatarSuman Anna <s-anna@ti.com>
Signed-off-by: default avatarPhilipp Zabel <p.zabel@pengutronix.de>
parent aa248927
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
+1 −1
Original line number Diff line number Diff line
@@ -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