Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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: Jean 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: Linus Walleij <linus.walleij@linaro.org>
Link: https://lore.kernel.org/r/20210901180833.4558932d@endymion
Signed-off-by: Stephen Boyd <sboyd@kernel.org>

authored by

Jean Delvare and committed by
Stephen Boyd
323fd595 69bfe08f

+6 -6
+1 -1
arch/arm/mach-integrator/Kconfig
··· 6 6 select CMA 7 7 select DMA_CMA 8 8 select HAVE_TCM 9 - select ICST 9 + select CLK_ICST 10 10 select MFD_SYSCON 11 11 select PLAT_VERSATILE 12 12 select POWER_RESET
+1 -1
arch/arm/mach-realview/Kconfig
··· 11 11 select HAVE_ARM_TWD if SMP 12 12 select HAVE_PATA_PLATFORM 13 13 select HAVE_TCM 14 - select ICST 14 + select CLK_ICST 15 15 select MACH_REALVIEW_EB if ARCH_MULTI_V5 16 16 select MFD_SYSCON 17 17 select PLAT_VERSATILE
+1 -1
arch/arm/mach-versatile/Kconfig
··· 7 7 select ARM_VIC 8 8 select CLKSRC_VERSATILE 9 9 select CPU_ARM926T 10 - select ICST 10 + select CLK_ICST 11 11 select MFD_SYSCON 12 12 select PLAT_VERSATILE 13 13 select POWER_RESET
+1 -1
arch/arm/mach-vexpress/Kconfig
··· 11 11 select HAVE_ARM_SCU if SMP 12 12 select HAVE_ARM_TWD if SMP 13 13 select HAVE_PATA_PLATFORM 14 - select ICST 14 + select CLK_ICST 15 15 select NO_IOPORT_MAP 16 16 select PLAT_VERSATILE 17 17 select POWER_RESET
+1 -1
drivers/clk/versatile/Kconfig
··· 3 3 menu "Clock driver for ARM Reference designs" 4 4 depends on HAS_IOMEM 5 5 6 - config ICST 6 + config CLK_ICST 7 7 bool "Clock driver for ARM Reference designs ICST" 8 8 select REGMAP_MMIO 9 9 help
+1 -1
drivers/clk/versatile/Makefile
··· 1 1 # SPDX-License-Identifier: GPL-2.0-only 2 2 # Makefile for Versatile-specific clocks 3 - obj-$(CONFIG_ICST) += icst.o clk-icst.o clk-versatile.o 3 + obj-$(CONFIG_CLK_ICST) += icst.o clk-icst.o clk-versatile.o 4 4 obj-$(CONFIG_INTEGRATOR_IMPD1) += clk-impd1.o 5 5 obj-$(CONFIG_CLK_SP810) += clk-sp810.o 6 6 obj-$(CONFIG_CLK_VEXPRESS_OSC) += clk-vexpress-osc.o