From f9c6eb75f5640065694611dde159b5d3feca12ab Mon Sep 17 00:00:00 2001 From: Ahmad Fatoum Date: Thu, 18 Jan 2024 10:07:18 +0100 Subject: 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 Link: https://lore.barebox.org/20240118090718.1314156-2-a.fatoum@pengutronix.de Signed-off-by: Sascha Hauer --- arch/arm/mach-versatile/Kconfig | 1 - 1 file changed, 1 deletion(-) (limited to 'arch/arm/mach-versatile/Kconfig') diff --git a/arch/arm/mach-versatile/Kconfig b/arch/arm/mach-versatile/Kconfig index 755f2e1dcc..89f50c270e 100644 --- a/arch/arm/mach-versatile/Kconfig +++ b/arch/arm/mach-versatile/Kconfig @@ -9,7 +9,6 @@ config MACH_VERSATILEPB bool default y select ARM_AMBA - select CLKDEV_LOOKUP select CPU_ARM926T select CPU_ARM1176 -- cgit v1.2.3