blob: 5e8c6f7dfabb4cc8c351316ab50ffd6a32988204 [file] [log] [blame]
Lennert Buytenhek3f7e5812006-09-18 23:10:26 +01001if ARCH_IOP32X
2
3menu "IOP32x Implementation Options"
4
5comment "IOP32x Platform Types"
6
Dan Williams094f1272007-03-16 19:31:06 +01007config MACH_EP80219
8 bool
9
Lennert Buytenhek0c92e832006-09-21 02:46:03 +010010config MACH_GLANTANK
11 bool "Enable support for the IO-Data GLAN Tank"
12 help
13 Say Y here if you want to run your kernel on the GLAN Tank
14 NAS appliance or machines from IO-Data's HDL-Gxxx, HDL-GWxxx
15 and HDL-GZxxx series.
16
Lennert Buytenhek3f7e5812006-09-18 23:10:26 +010017config ARCH_IQ80321
18 bool "Enable support for IQ80321"
19 help
20 Say Y here if you want to run your kernel on the Intel IQ80321
Lennert Buytenhekc852ac82006-09-18 23:26:25 +010021 evaluation kit for the IOP321 processor.
Lennert Buytenhek3f7e5812006-09-18 23:10:26 +010022
23config ARCH_IQ31244
Lennert Buytenhekc852ac82006-09-18 23:26:25 +010024 bool "Enable support for EP80219/IQ31244"
Dan Williams094f1272007-03-16 19:31:06 +010025 select MACH_EP80219
Lennert Buytenhek3f7e5812006-09-18 23:10:26 +010026 help
Lennert Buytenhekc852ac82006-09-18 23:26:25 +010027 Say Y here if you want to run your kernel on the Intel EP80219
28 evaluation kit for the Intel 80219 processor (a IOP321 variant)
29 or the IQ31244 evaluation kit for the IOP321 processor.
Lennert Buytenhek3f7e5812006-09-18 23:10:26 +010030
Lennert Buytenheke60d07b2006-09-21 02:42:12 +010031config MACH_N2100
32 bool "Enable support for the Thecus n2100"
33 help
34 Say Y here if you want to run your kernel on the Thecus n2100
35 NAS appliance.
36
Arnaud Patarda8135fc2007-07-15 20:12:23 +010037config MACH_EM7210
38 bool "Enable support for the Lanner EM7210"
39 help
40 Say Y here if you want to run your kernel on the Lanner EM7210
41 board. Say also Y here if you have a SS4000e Baxter Creek NAS
42 appliance."
43
Lennert Buytenhek3f7e5812006-09-18 23:10:26 +010044endmenu
45
46endif