diff options
author | Russell King | 2016-08-31 08:49:53 +0100 |
---|---|---|
committer | Russell King | 2019-07-03 11:44:09 +0100 |
commit | d6c8204659eb1846c444997ee28fe9d7e5442f4e (patch) | |
tree | a37d50725447b88ce6f6504e9a10a2f7565afa52 /arch/arm/Kconfig | |
parent | 5c9e4d8c844a2d31b6d1a4a892c0def4e12e8a8c (diff) |
ARM: sa1100: convert to common clock framework
Convert sa1100 to use the common clock framework.
Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 8869742a85df..70aebb6d2905 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -549,6 +549,7 @@ config ARCH_SA1100 select CLKSRC_MMIO select CLKSRC_PXA select TIMER_OF if OF + select COMMON_CLK select CPU_FREQ select CPU_SA1100 select GENERIC_CLOCKEVENTS |