diff options
| -rw-r--r-- | arch/arm/mach-versatile/Kconfig | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/arch/arm/mach-versatile/Kconfig b/arch/arm/mach-versatile/Kconfig index 3f7b5e9d83c..9cdec5aa04a 100644 --- a/arch/arm/mach-versatile/Kconfig +++ b/arch/arm/mach-versatile/Kconfig | |||
| @@ -2,17 +2,19 @@ menu "Versatile platform type" | |||
| 2 | depends on ARCH_VERSATILE | 2 | depends on ARCH_VERSATILE |
| 3 | 3 | ||
| 4 | config ARCH_VERSATILE_PB | 4 | config ARCH_VERSATILE_PB |
| 5 | bool "Support Versatile/PB platform" | 5 | bool "Support Versatile Platform Baseboard for ARM926EJ-S" |
| 6 | select CPU_ARM926T | 6 | select CPU_ARM926T |
| 7 | select MIGHT_HAVE_PCI | 7 | select MIGHT_HAVE_PCI |
| 8 | default y | 8 | default y |
| 9 | help | 9 | help |
| 10 | Include support for the ARM(R) Versatile/PB platform. | 10 | Include support for the ARM(R) Versatile Platform Baseboard |
| 11 | for the ARM926EJ-S. | ||
| 11 | 12 | ||
| 12 | config MACH_VERSATILE_AB | 13 | config MACH_VERSATILE_AB |
| 13 | bool "Support Versatile/AB platform" | 14 | bool "Support Versatile Application Baseboard for ARM926EJ-S" |
| 14 | select CPU_ARM926T | 15 | select CPU_ARM926T |
| 15 | help | 16 | help |
| 16 | Include support for the ARM(R) Versatile/AP platform. | 17 | Include support for the ARM(R) Versatile Application Baseboard |
| 18 | for the ARM926EJ-S. | ||
| 17 | 19 | ||
| 18 | endmenu | 20 | endmenu |
