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 | b1b3f49 | 2012-10-06 17:12:25 +0100 | [diff] [blame] | 6 | default y |
Russell King | c750815 | 2008-10-26 10:55:14 +0000 | [diff] [blame] | 7 | select CPU_ARM926T |
Hans Ulli Kroll | 0b05da7 | 2010-12-02 12:32:15 +0100 | [diff] [blame] | 8 | select MIGHT_HAVE_PCI |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 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" |
Grant Likely | 3ba7222 | 2011-07-26 03:19:06 -0600 | [diff] [blame] | 22 | select CPU_ARM926T |
Russell King | b1b3f49 | 2012-10-06 17:12:25 +0100 | [diff] [blame] | 23 | select USE_OF |
Grant Likely | 3ba7222 | 2011-07-26 03:19:06 -0600 | [diff] [blame] | 24 | help |
| 25 | Include support for the ARM(R) Versatile/PB platform, |
| 26 | using the device tree for discovery |
| 27 | |
Arnd Bergmann | 1420b22 | 2013-02-14 13:33:36 +0100 | [diff] [blame] | 28 | config MACH_VERSATILE_AUTO |
| 29 | def_bool y |
| 30 | depends on !ARCH_VERSATILE_PB && !MACH_VERSATILE_AB |
| 31 | select MACH_VERSATILE_DT |
| 32 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 33 | endmenu |