aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r--arch/arm/Kconfig16
1 files changed, 14 insertions, 2 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index e53b0ed9d00a..6835a4c8affa 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -334,6 +334,16 @@ config ARCH_MXC
334 help 334 help
335 Support for Freescale MXC/iMX-based family of processors 335 Support for Freescale MXC/iMX-based family of processors
336 336
337config ARCH_ORION
338 bool "Marvell Orion"
339 depends on MMU
340 select PCI
341 select GENERIC_GPIO
342 select GENERIC_TIME
343 select GENERIC_CLOCKEVENTS
344 help
345 Support for Marvell Orion System on Chip family.
346
337config ARCH_PNX4008 347config ARCH_PNX4008
338 bool "Philips Nexperia PNX4008 Mobile" 348 bool "Philips Nexperia PNX4008 Mobile"
339 help 349 help
@@ -454,6 +464,8 @@ source "arch/arm/mach-omap1/Kconfig"
454 464
455source "arch/arm/mach-omap2/Kconfig" 465source "arch/arm/mach-omap2/Kconfig"
456 466
467source "arch/arm/mach-orion/Kconfig"
468
457source "arch/arm/plat-s3c24xx/Kconfig" 469source "arch/arm/plat-s3c24xx/Kconfig"
458source "arch/arm/plat-s3c/Kconfig" 470source "arch/arm/plat-s3c/Kconfig"
459 471
@@ -732,7 +744,7 @@ config LEDS
732 ARCH_OMAP || ARCH_P720T || ARCH_PXA_IDP || \ 744 ARCH_OMAP || ARCH_P720T || ARCH_PXA_IDP || \
733 ARCH_SA1100 || ARCH_SHARK || ARCH_VERSATILE || \ 745 ARCH_SA1100 || ARCH_SHARK || ARCH_VERSATILE || \
734 ARCH_AT91 || MACH_TRIZEPS4 || ARCH_DAVINCI || \ 746 ARCH_AT91 || MACH_TRIZEPS4 || ARCH_DAVINCI || \
735 ARCH_KS8695 747 ARCH_KS8695 || MACH_RD88F5182
736 help 748 help
737 If you say Y here, the LEDs on your machine will be used 749 If you say Y here, the LEDs on your machine will be used
738 to provide useful information about your current system status. 750 to provide useful information about your current system status.
@@ -967,7 +979,7 @@ config FPE_FASTFPE
967 979
968config VFP 980config VFP
969 bool "VFP-format floating point maths" 981 bool "VFP-format floating point maths"
970 depends on CPU_V6 || CPU_ARM926T || CPU_V7 982 depends on CPU_V6 || CPU_ARM926T || CPU_V7 || CPU_FEROCEON
971 help 983 help
972 Say Y to include VFP support code in the kernel. This is needed 984 Say Y to include VFP support code in the kernel. This is needed
973 if your hardware includes a VFP unit. 985 if your hardware includes a VFP unit.