diff options
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 |