blob: 9cdec5aa04a04bf57eb66a5bcc2c5966c3f99629 [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 Kingc7508152008-10-26 10:55:14 +00006 select CPU_ARM926T
Hans Ulli Kroll0b05da72010-12-02 12:32:15 +01007 select MIGHT_HAVE_PCI
Linus Torvalds1da177e2005-04-16 15:20:36 -07008 default y
9 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
20endmenu