summaryrefslogtreecommitdiffstats
path: root/arch/riscv
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/riscv
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/riscv')
-rw-r--r--arch/riscv/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/riscv/Kconfig b/arch/riscv/Kconfig
index afbd55aa3e..438642d0a7 100644
--- a/arch/riscv/Kconfig
+++ b/arch/riscv/Kconfig
@@ -8,7 +8,6 @@ config RISCV
select OFDEVICE
select COMMON_CLK
select COMMON_CLK_OF_PROVIDER
- select CLKDEV_LOOKUP
select HAS_DMA
select OF_DMA_DEFAULT_COHERENT
select HAVE_PBL_IMAGE