blob: 63d8e9f81b99aa73970c9985dd657ec4a42705a9 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001menu "Versatile platform type"
2 depends on ARCH_VERSATILE
3
4config ARCH_VERSATILE_PB
Russell Kinge5310f62011-01-24 12:00:01 +00005 bool "Support Versatile Platform Baseboard for ARM926EJ-S"
Russell Kingb1b3f492012-10-06 17:12:25 +01006 default y
Russell Kingc7508152008-10-26 10:55:14 +00007 select CPU_ARM926T
Hans Ulli Kroll0b05da72010-12-02 12:32:15 +01008 select MIGHT_HAVE_PCI
Linus Torvalds1da177e2005-04-16 15:20:36 -07009 help
Russell Kinge5310f62011-01-24 12:00:01 +000010 Include support for the ARM(R) Versatile Platform Baseboard
11 for the ARM926EJ-S.
Linus Torvalds1da177e2005-04-16 15:20:36 -070012
13config MACH_VERSATILE_AB
Russell Kinge5310f62011-01-24 12:00:01 +000014 bool "Support Versatile Application Baseboard for ARM926EJ-S"
Russell Kingc7508152008-10-26 10:55:14 +000015 select CPU_ARM926T
Linus Torvalds1da177e2005-04-16 15:20:36 -070016 help
Russell Kinge5310f62011-01-24 12:00:01 +000017 Include support for the ARM(R) Versatile Application Baseboard
18 for the ARM926EJ-S.
Linus Torvalds1da177e2005-04-16 15:20:36 -070019
Grant Likely3ba72222011-07-26 03:19:06 -060020config MACH_VERSATILE_DT
21 bool "Support Versatile platform from device tree"
Grant Likely3ba72222011-07-26 03:19:06 -060022 select CPU_ARM926T
Russell Kingb1b3f492012-10-06 17:12:25 +010023 select USE_OF
Grant Likely3ba72222011-07-26 03:19:06 -060024 help
25 Include support for the ARM(R) Versatile/PB platform,
26 using the device tree for discovery
27
Linus Torvalds1da177e2005-04-16 15:20:36 -070028endmenu