diff options
author | Russell King | 2012-01-19 12:48:23 +0100 |
---|---|---|
committer | Russell King | 2012-01-19 12:58:31 +0100 |
commit | 8bd92669199be1739b0430e9e96eb98de88aee42 (patch) | |
tree | d729ef1d0d74c7dc1b97e8d612da2df9014a916c /arch/arm/Kconfig | |
parent | uml: fix compile for x86-64 (diff) | |
download | kernel-qcow2-linux-8bd92669199be1739b0430e9e96eb98de88aee42.tar.gz kernel-qcow2-linux-8bd92669199be1739b0430e9e96eb98de88aee42.tar.xz kernel-qcow2-linux-8bd92669199be1739b0430e9e96eb98de88aee42.zip |
Revert "ARM: sa1100: clean up of the clock support"
This reverts commit edf3ff5bac2582b57de4e7c6569fee5d7c1c0a42.
This revert is necessary to revert the broken "RTC: sa1100:
support sa1100, pxa and mmp soc families" change.
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 24626b0419ee..bb68e65ab180 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -754,7 +754,7 @@ config ARCH_SA1100 select ARCH_HAS_CPUFREQ select CPU_FREQ select GENERIC_CLOCKEVENTS - select CLKDEV_LOOKUP + select HAVE_CLK select HAVE_SCHED_CLOCK select TICK_ONESHOT select ARCH_REQUIRE_GPIOLIB |