diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2010-01-14 07:48:06 -0500 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2010-05-02 04:35:33 -0400 |
commit | f4b8b319bf21bf3576014ce7336763cd3e1684ef (patch) | |
tree | 5f3200e3b82dd23fc58633e010f3996246d81607 /arch/arm/Kconfig | |
parent | c5a0adb51002e51a4254cb7f0ab7190d41d8b930 (diff) |
ARM: Realview/Versatile/Integrator: separate out common clock code
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 3c436fdbe2a0..e8265f257674 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -243,6 +243,7 @@ config ARCH_INTEGRATOR | |||
243 | select ICST | 243 | select ICST |
244 | select GENERIC_TIME | 244 | select GENERIC_TIME |
245 | select GENERIC_CLOCKEVENTS | 245 | select GENERIC_CLOCKEVENTS |
246 | select PLAT_VERSATILE | ||
246 | help | 247 | help |
247 | Support for ARM's Integrator platform. | 248 | Support for ARM's Integrator platform. |
248 | 249 | ||
@@ -255,6 +256,7 @@ config ARCH_REALVIEW | |||
255 | select GENERIC_TIME | 256 | select GENERIC_TIME |
256 | select GENERIC_CLOCKEVENTS | 257 | select GENERIC_CLOCKEVENTS |
257 | select ARCH_WANT_OPTIONAL_GPIOLIB | 258 | select ARCH_WANT_OPTIONAL_GPIOLIB |
259 | select PLAT_VERSATILE | ||
258 | help | 260 | help |
259 | This enables support for ARM Ltd RealView boards. | 261 | This enables support for ARM Ltd RealView boards. |
260 | 262 | ||
@@ -268,6 +270,7 @@ config ARCH_VERSATILE | |||
268 | select GENERIC_TIME | 270 | select GENERIC_TIME |
269 | select GENERIC_CLOCKEVENTS | 271 | select GENERIC_CLOCKEVENTS |
270 | select ARCH_WANT_OPTIONAL_GPIOLIB | 272 | select ARCH_WANT_OPTIONAL_GPIOLIB |
273 | select PLAT_VERSATILE | ||
271 | help | 274 | help |
272 | This enables support for ARM Ltd Versatile board. | 275 | This enables support for ARM Ltd Versatile board. |
273 | 276 | ||
@@ -938,6 +941,9 @@ config PLAT_ORION | |||
938 | config PLAT_PXA | 941 | config PLAT_PXA |
939 | bool | 942 | bool |
940 | 943 | ||
944 | config PLAT_VERSATILE | ||
945 | bool | ||
946 | |||
941 | source arch/arm/mm/Kconfig | 947 | source arch/arm/mm/Kconfig |
942 | 948 | ||
943 | config IWMMXT | 949 | config IWMMXT |