blob: f86cfcb60224caaefcd54f4a59746d62262b730d [file] [log] [blame]
Paulius Zaleckascfca8b52008-11-14 11:01:38 +01001if ARCH_MX1
2
3comment "MX1 Platforms"
4
5config MACH_MXLADS
6 bool
7
8config ARCH_MX1ADS
9 bool "MX1ADS platform"
10 select MACH_MXLADS
11 help
12 Say Y here if you are using Motorola MX1ADS/MXLADS boards
13
Sascha Hauer24205632009-01-28 17:36:37 +010014config MACH_SCB9328
15 bool "Synertronixx scb9328"
16 help
17 Say Y here if you are using a Synertronixx scb9328 board
Paulius Zaleckascfca8b52008-11-14 11:01:38 +010018endif