blob: c072d94070da48b2e8942a99b49703e77f2abb4d [file] [log] [blame]
Lennert Buytenhek3f7e5812006-09-18 23:10:26 +01001if ARCH_IOP32X
2
3menu "IOP32x Implementation Options"
4
5comment "IOP32x Platform Types"
6
Lennert Buytenhek0c92e832006-09-21 02:46:03 +01007config MACH_GLANTANK
8 bool "Enable support for the IO-Data GLAN Tank"
9 help
10 Say Y here if you want to run your kernel on the GLAN Tank
11 NAS appliance or machines from IO-Data's HDL-Gxxx, HDL-GWxxx
12 and HDL-GZxxx series.
13
Lennert Buytenhek3f7e5812006-09-18 23:10:26 +010014config ARCH_IQ80321
15 bool "Enable support for IQ80321"
16 help
17 Say Y here if you want to run your kernel on the Intel IQ80321
Lennert Buytenhekc852ac82006-09-18 23:26:25 +010018 evaluation kit for the IOP321 processor.
Lennert Buytenhek3f7e5812006-09-18 23:10:26 +010019
20config ARCH_IQ31244
Lennert Buytenhekc852ac82006-09-18 23:26:25 +010021 bool "Enable support for EP80219/IQ31244"
Lennert Buytenhek3f7e5812006-09-18 23:10:26 +010022 help
Lennert Buytenhekc852ac82006-09-18 23:26:25 +010023 Say Y here if you want to run your kernel on the Intel EP80219
24 evaluation kit for the Intel 80219 processor (a IOP321 variant)
25 or the IQ31244 evaluation kit for the IOP321 processor.
Lennert Buytenhek3f7e5812006-09-18 23:10:26 +010026
Lennert Buytenheke60d07b2006-09-21 02:42:12 +010027config MACH_N2100
28 bool "Enable support for the Thecus n2100"
29 help
30 Say Y here if you want to run your kernel on the Thecus n2100
31 NAS appliance.
32
Lennert Buytenhek3f7e5812006-09-18 23:10:26 +010033endmenu
34
35endif