aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r--arch/arm/Kconfig6
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
938config PLAT_PXA 941config PLAT_PXA
939 bool 942 bool
940 943
944config PLAT_VERSATILE
945 bool
946
941source arch/arm/mm/Kconfig 947source arch/arm/mm/Kconfig
942 948
943config IWMMXT 949config IWMMXT