Commit 323fd595 authored by Jean Delvare's avatar Jean Delvare Committed by Stephen Boyd
Browse files

clk: versatile: Rename ICST to CLK_ICST



For consistency, prefix the ICST config option with CLK as all other
clock source drivers have.

Signed-off-by: default avatarJean Delvare <jdelvare@suse.de>
Cc: Linus Walleij <linus.walleij@linaro.org>
Cc: Michael Turquette <mturquette@baylibre.com>
Cc: Stephen Boyd <sboyd@kernel.org>
Reviewed-by: default avatarLinus Walleij <linus.walleij@linaro.org>
Link: https://lore.kernel.org/r/20210901180833.4558932d@endymion


Signed-off-by: default avatarStephen Boyd <sboyd@kernel.org>
parent 69bfe08f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@ menuconfig ARCH_INTEGRATOR
	select CMA
	select DMA_CMA
	select HAVE_TCM
	select ICST
	select CLK_ICST
	select MFD_SYSCON
	select PLAT_VERSATILE
	select POWER_RESET
+1 −1
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@ menuconfig ARCH_REALVIEW
	select HAVE_ARM_TWD if SMP
	select HAVE_PATA_PLATFORM
	select HAVE_TCM
	select ICST
	select CLK_ICST
	select MACH_REALVIEW_EB if ARCH_MULTI_V5
	select MFD_SYSCON
	select PLAT_VERSATILE
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@ config ARCH_VERSATILE
	select ARM_VIC
	select CLKSRC_VERSATILE
	select CPU_ARM926T
	select ICST
	select CLK_ICST
	select MFD_SYSCON
	select PLAT_VERSATILE
	select POWER_RESET
+1 −1
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@ menuconfig ARCH_VEXPRESS
	select HAVE_ARM_SCU if SMP
	select HAVE_ARM_TWD if SMP
	select HAVE_PATA_PLATFORM
	select ICST
	select CLK_ICST
	select NO_IOPORT_MAP
	select PLAT_VERSATILE
	select POWER_RESET
+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@
menu "Clock driver for ARM Reference designs"
	depends on HAS_IOMEM

config ICST
config CLK_ICST
	bool "Clock driver for ARM Reference designs ICST"
	select REGMAP_MMIO
	help
Loading