diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2010-01-14 08:30:16 -0500 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2010-05-02 04:35:34 -0400 |
commit | e388771458b4ff3ad81ab70e390b24d069647da4 (patch) | |
tree | 43f130464e60cabf5a1357355277f3d959cd1789 /arch/arm/Kconfig | |
parent | f4b8b319bf21bf3576014ce7336763cd3e1684ef (diff) |
ARM: Realview/Versatile: separate out common SP804 timer code
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index e8265f257674..553487052772 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -257,6 +257,7 @@ config ARCH_REALVIEW | |||
257 | select GENERIC_CLOCKEVENTS | 257 | select GENERIC_CLOCKEVENTS |
258 | select ARCH_WANT_OPTIONAL_GPIOLIB | 258 | select ARCH_WANT_OPTIONAL_GPIOLIB |
259 | select PLAT_VERSATILE | 259 | select PLAT_VERSATILE |
260 | select ARM_TIMER_SP804 | ||
260 | help | 261 | help |
261 | This enables support for ARM Ltd RealView boards. | 262 | This enables support for ARM Ltd RealView boards. |
262 | 263 | ||
@@ -271,6 +272,7 @@ config ARCH_VERSATILE | |||
271 | select GENERIC_CLOCKEVENTS | 272 | select GENERIC_CLOCKEVENTS |
272 | select ARCH_WANT_OPTIONAL_GPIOLIB | 273 | select ARCH_WANT_OPTIONAL_GPIOLIB |
273 | select PLAT_VERSATILE | 274 | select PLAT_VERSATILE |
275 | select ARM_TIMER_SP804 | ||
274 | help | 276 | help |
275 | This enables support for ARM Ltd Versatile board. | 277 | This enables support for ARM Ltd Versatile board. |
276 | 278 | ||
@@ -944,6 +946,9 @@ config PLAT_PXA | |||
944 | config PLAT_VERSATILE | 946 | config PLAT_VERSATILE |
945 | bool | 947 | bool |
946 | 948 | ||
949 | config ARM_TIMER_SP804 | ||
950 | bool | ||
951 | |||
947 | source arch/arm/mm/Kconfig | 952 | source arch/arm/mm/Kconfig |
948 | 953 | ||
949 | config IWMMXT | 954 | config IWMMXT |