From e4ec944a644f0f796a96e0909f3212975fd51155 Mon Sep 17 00:00:00 2001 From: Lucas Stach Date: Thu, 12 Oct 2017 12:26:49 +0200 Subject: clk: versatile: add basic clocks This adds the necessary basic clocks used on the ARM versatile platforms. Signed-off-by: Lucas Stach Signed-off-by: Sascha Hauer --- arch/arm/mach-vexpress/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'arch/arm/mach-vexpress') diff --git a/arch/arm/mach-vexpress/Kconfig b/arch/arm/mach-vexpress/Kconfig index 1d5e293602..8253feb2f7 100644 --- a/arch/arm/mach-vexpress/Kconfig +++ b/arch/arm/mach-vexpress/Kconfig @@ -10,6 +10,7 @@ choice config MACH_VEXPRESS bool "ARM Vexpress" select RELOCATABLE + select COMMON_CLK_OF_PROVIDER endchoice -- cgit v1.2.3