]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blob - arch/arm/mach-iop32x/Kconfig
Merge tag 'armsoc-defconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...
[mirror_ubuntu-bionic-kernel.git] / arch / arm / mach-iop32x / Kconfig
1 if ARCH_IOP32X
2
3 menu "IOP32x Implementation Options"
4
5 comment "IOP32x Platform Types"
6
7 config MACH_EP80219
8 bool
9
10 config 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
17 config 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
21 evaluation kit for the IOP321 processor.
22
23 config ARCH_IQ31244
24 bool "Enable support for EP80219/IQ31244"
25 select MACH_EP80219
26 help
27 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.
30
31 config 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
37 config 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
44 endmenu
45
46 endif