]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - arch/arm/mach-iop32x/Kconfig
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[mirror_ubuntu-bionic-kernel.git] / arch / arm / mach-iop32x / Kconfig
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
3f7e5815
LB
2if ARCH_IOP32X
3
4menu "IOP32x Implementation Options"
5
6comment "IOP32x Platform Types"
7
094f1275
DW
8config MACH_EP80219
9 bool
10
0c92e830
LB
11config 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
3f7e5815
LB
18config 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
c852ac80 22 evaluation kit for the IOP321 processor.
3f7e5815
LB
23
24config ARCH_IQ31244
c852ac80 25 bool "Enable support for EP80219/IQ31244"
094f1275 26 select MACH_EP80219
3f7e5815 27 help
c852ac80
LB
28 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.
3f7e5815 31
e60d07b6
LB
32config 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
a8135fcf
AP
38config 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
3f7e5815
LB
45endmenu
46
47endif