diff options
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 845f96e9f0d0..2f4fb773f3e8 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -377,7 +377,7 @@ config ARCH_MXC | |||
377 | help | 377 | help |
378 | Support for Freescale MXC/iMX-based family of processors | 378 | Support for Freescale MXC/iMX-based family of processors |
379 | 379 | ||
380 | config ARCH_ORION | 380 | config ARCH_ORION5X |
381 | bool "Marvell Orion" | 381 | bool "Marvell Orion" |
382 | depends on MMU | 382 | depends on MMU |
383 | select PCI | 383 | select PCI |
@@ -386,7 +386,8 @@ config ARCH_ORION | |||
386 | select GENERIC_CLOCKEVENTS | 386 | select GENERIC_CLOCKEVENTS |
387 | select PLAT_ORION | 387 | select PLAT_ORION |
388 | help | 388 | help |
389 | Support for Marvell Orion System on Chip family. | 389 | Support for the following Marvell Orion 5x series SoCs: |
390 | Orion-1 (5181), Orion-NAS (5182), Orion-2 (5281.) | ||
390 | 391 | ||
391 | config ARCH_PNX4008 | 392 | config ARCH_PNX4008 |
392 | bool "Philips Nexperia PNX4008 Mobile" | 393 | bool "Philips Nexperia PNX4008 Mobile" |
@@ -517,7 +518,7 @@ source "arch/arm/mach-omap1/Kconfig" | |||
517 | 518 | ||
518 | source "arch/arm/mach-omap2/Kconfig" | 519 | source "arch/arm/mach-omap2/Kconfig" |
519 | 520 | ||
520 | source "arch/arm/mach-orion/Kconfig" | 521 | source "arch/arm/mach-orion5x/Kconfig" |
521 | 522 | ||
522 | source "arch/arm/plat-s3c24xx/Kconfig" | 523 | source "arch/arm/plat-s3c24xx/Kconfig" |
523 | source "arch/arm/plat-s3c/Kconfig" | 524 | source "arch/arm/plat-s3c/Kconfig" |