summaryrefslogtreecommitdiffstats
path: root/drivers/reset/Makefile
diff options
context:
space:
mode:
authorSuman Anna2017-05-24 05:00:12 +0200
committerPhilipp Zabel2017-05-24 10:21:44 +0200
commitdd9bf8634029fb00fb4797e9ccd648e1335119cb (patch)
tree451107c342c7c6da8bd52b679ab1913a9b30e171 /drivers/reset/Makefile
parentreset: sti: Use devm_kcalloc() in syscfg_reset_controller_register() (diff)
downloadkernel-qcow2-linux-dd9bf8634029fb00fb4797e9ccd648e1335119cb.tar.gz
kernel-qcow2-linux-dd9bf8634029fb00fb4797e9ccd648e1335119cb.tar.xz
kernel-qcow2-linux-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/Makefile')
-rw-r--r--drivers/reset/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/reset/Makefile b/drivers/reset/Makefile
index 02a74db94339..26270e0f8342 100644
--- a/drivers/reset/Makefile
+++ b/drivers/reset/Makefile
@@ -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