blob: f1f342cb05097b54896e2c1604b50ce667a4bc35 [file] [log] [blame]
Greg Kroah-Hartmanb2441312017-11-01 15:07:57 +01001# SPDX-License-Identifier: GPL-2.0
Lennert Buytenhek3f7e5812006-09-18 23:10:26 +01002if ARCH_IOP32X
3
4menu "IOP32x Implementation Options"
5
6comment "IOP32x Platform Types"
7
Dan Williams094f1272007-03-16 19:31:06 +01008config MACH_EP80219
9 bool
10
Lennert Buytenhek0c92e832006-09-21 02:46:03 +010011config MACH_GLANTANK
12 bool "Enable support for the IO-Data GLAN Tank"
13 help
14 Say Y here if you want to run your kernel on the GLAN Tank
15 NAS appliance or machines from IO-Data's HDL-Gxxx, HDL-GWxxx
16 and HDL-GZxxx series.
17
Lennert Buytenhek3f7e5812006-09-18 23:10:26 +010018config ARCH_IQ80321
19 bool "Enable support for IQ80321"
20 help
21 Say Y here if you want to run your kernel on the Intel IQ80321
Lennert Buytenhekc852ac82006-09-18 23:26:25 +010022 evaluation kit for the IOP321 processor.
Lennert Buytenhek3f7e5812006-09-18 23:10:26 +010023
24config ARCH_IQ31244
Lennert Buytenhekc852ac82006-09-18 23:26:25 +010025 bool "Enable support for EP80219/IQ31244"
Dan Williams094f1272007-03-16 19:31:06 +010026 select MACH_EP80219
Lennert Buytenhek3f7e5812006-09-18 23:10:26 +010027 help
Lennert Buytenhekc852ac82006-09-18 23:26:25 +010028 Say Y here if you want to run your kernel on the Intel EP80219
29 evaluation kit for the Intel 80219 processor (a IOP321 variant)
30 or the IQ31244 evaluation kit for the IOP321 processor.
Lennert Buytenhek3f7e5812006-09-18 23:10:26 +010031
Lennert Buytenheke60d07b2006-09-21 02:42:12 +010032config MACH_N2100
33 bool "Enable support for the Thecus n2100"
34 help
35 Say Y here if you want to run your kernel on the Thecus n2100
36 NAS appliance.
37
Arnaud Patarda8135fc2007-07-15 20:12:23 +010038config MACH_EM7210
39 bool "Enable support for the Lanner EM7210"
40 help
41 Say Y here if you want to run your kernel on the Lanner EM7210
42 board. Say also Y here if you have a SS4000e Baxter Creek NAS
43 appliance."
44
Lennert Buytenhek3f7e5812006-09-18 23:10:26 +010045endmenu
46
47endif