summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-zynq
diff options
context:
space:
mode:
authorAhmad Fatoum <a.fatoum@pengutronix.de>2024-01-18 10:07:18 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2024-01-19 07:49:35 +0100
commitf9c6eb75f5640065694611dde159b5d3feca12ab (patch)
treee480e1295895927ec429020486bb2eb64e545801 /arch/arm/mach-zynq
parent98a65c0d6af8d410c2af35f5923c62c2ffa20a81 (diff)
downloadbarebox-f9c6eb75f5640065694611dde159b5d3feca12ab.tar.gz
barebox-f9c6eb75f5640065694611dde159b5d3feca12ab.tar.xz
clk: select CLKDEV_LOOKUP from COMMON_CLK
All platforms that select COMMON_CLK also select CLKDEV_LOOKUP, therefore just select it in drivers/clk/Kconfig and drop the CLKDEV_LOOKUP all over the place. Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de> Link: https://lore.barebox.org/20240118090718.1314156-2-a.fatoum@pengutronix.de Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-zynq')
-rw-r--r--arch/arm/mach-zynq/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-zynq/Kconfig b/arch/arm/mach-zynq/Kconfig
index 3aac4506e3..451a344b2e 100644
--- a/arch/arm/mach-zynq/Kconfig
+++ b/arch/arm/mach-zynq/Kconfig
@@ -13,7 +13,6 @@ config ZYNQ_DEBUG_LL_UART_BASE
config ARCH_ZYNQ7000
bool
select CPU_V7
- select CLKDEV_LOOKUP
select COMMON_CLK
select COMMON_CLK_OF_PROVIDER
select ARM_SMP_TWD