diff options
author | Russell King <rmk+kernel@armlinux.org.uk> | 2016-08-31 09:49:53 +0200 |
---|---|---|
committer | Russell King <rmk+kernel@armlinux.org.uk> | 2019-07-03 12:44:09 +0200 |
commit | d6c8204659eb1846c444997ee28fe9d7e5442f4e (patch) | |
tree | a37d50725447b88ce6f6504e9a10a2f7565afa52 /arch/arm/Kconfig | |
parent | ARM: sa1100/neponset: convert serial to use gpiod APIs (diff) | |
download | linux-d6c8204659eb1846c444997ee28fe9d7e5442f4e.tar.xz linux-d6c8204659eb1846c444997ee28fe9d7e5442f4e.zip |
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 |