diff options
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 16 |
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 | ||
337 | config 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 | |||
337 | config ARCH_PNX4008 | 347 | config 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 | ||
455 | source "arch/arm/mach-omap2/Kconfig" | 465 | source "arch/arm/mach-omap2/Kconfig" |
456 | 466 | ||
467 | source "arch/arm/mach-orion/Kconfig" | ||
468 | |||
457 | source "arch/arm/plat-s3c24xx/Kconfig" | 469 | source "arch/arm/plat-s3c24xx/Kconfig" |
458 | source "arch/arm/plat-s3c/Kconfig" | 470 | source "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 | ||
968 | config VFP | 980 | config 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. |