File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ menuconfig ARCH_INTEGRATOR
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
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ menuconfig ARCH_REALVIEW
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
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ config ARCH_VERSATILE
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
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ menuconfig ARCH_VEXPRESS
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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments