Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | menu "Versatile platform type" |
| 2 | depends on ARCH_VERSATILE |
| 3 | |
| 4 | config ARCH_VERSATILE_PB |
Russell King | e5310f6 | 2011-01-24 12:00:01 +0000 | [diff] [blame] | 5 | bool "Support Versatile Platform Baseboard for ARM926EJ-S" |
Russell King | c750815 | 2008-10-26 10:55:14 +0000 | [diff] [blame] | 6 | select CPU_ARM926T |
Hans Ulli Kroll | 0b05da7 | 2010-12-02 12:32:15 +0100 | [diff] [blame] | 7 | select MIGHT_HAVE_PCI |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 8 | default y |
| 9 | help |
Russell King | e5310f6 | 2011-01-24 12:00:01 +0000 | [diff] [blame] | 10 | Include support for the ARM(R) Versatile Platform Baseboard |
| 11 | for the ARM926EJ-S. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 12 | |
| 13 | config MACH_VERSATILE_AB |
Russell King | e5310f6 | 2011-01-24 12:00:01 +0000 | [diff] [blame] | 14 | bool "Support Versatile Application Baseboard for ARM926EJ-S" |
Russell King | c750815 | 2008-10-26 10:55:14 +0000 | [diff] [blame] | 15 | select CPU_ARM926T |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 16 | help |
Russell King | e5310f6 | 2011-01-24 12:00:01 +0000 | [diff] [blame] | 17 | Include support for the ARM(R) Versatile Application Baseboard |
| 18 | for the ARM926EJ-S. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 19 | |
Grant Likely | 3ba7222 | 2011-07-26 03:19:06 -0600 | [diff] [blame] | 20 | config MACH_VERSATILE_DT |
| 21 | bool "Support Versatile platform from device tree" |
| 22 | select USE_OF |
| 23 | select CPU_ARM926T |
| 24 | help |
| 25 | Include support for the ARM(R) Versatile/PB platform, |
| 26 | using the device tree for discovery |
| 27 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 28 | endmenu |