Skip to content

Commit e4df11c

Browse files
robherringarndb
authored andcommitted
ARM: zynq: Don't select CONFIG_ICST
CONFIG_ICST is for ARM Ltd reference platforms and isn't used by Zynq platform, so remove selecting it. It appears to be a copy-n-paste error. Cc: Michal Simek <[email protected]> Signed-off-by: Rob Herring <[email protected]> [arnd: remove the versatile clk driver change I added previously] Signed-off-by: Arnd Bergmann <[email protected]>
1 parent d86ad46 commit e4df11c

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

arch/arm/mach-zynq/Kconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ config ARCH_ZYNQ
1010
select CADENCE_TTC_TIMER
1111
select HAVE_ARM_SCU if SMP
1212
select HAVE_ARM_TWD if SMP
13-
select ICST
1413
select MFD_SYSCON
1514
select PINCTRL
1615
select PINCTRL_ZYNQ

drivers/clk/versatile/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
menu "Clock driver for ARM Reference designs"
44
depends on ARCH_INTEGRATOR || ARCH_REALVIEW || \
5-
ARCH_VERSATILE || ARCH_VEXPRESS || ARCH_ZYNQ || COMPILE_TEST
5+
ARCH_VERSATILE || ARCH_VEXPRESS || COMPILE_TEST
66

77
config ICST
88
bool "Clock driver for ARM Reference designs ICST"

0 commit comments

Comments
 (0)