1# SPDX-License-Identifier: GPL-2.0 2menuconfig ARCH_IOP32X 3 bool "IOP32x-based platforms" 4 depends on ARCH_MULTI_V5 5 depends on CPU_LITTLE_ENDIAN 6 select CPU_XSCALE 7 select GPIO_IOP 8 select GPIOLIB 9 select FORCE_PCI 10 help 11 Support for Intel's 80219 and IOP32X (XScale) family of 12 processors. 13 14if ARCH_IOP32X 15 16config MACH_EP80219 17 bool 18 19config MACH_GLANTANK 20 bool "Enable support for the IO-Data GLAN Tank" 21 help 22 Say Y here if you want to run your kernel on the GLAN Tank 23 NAS appliance or machines from IO-Data's HDL-Gxxx, HDL-GWxxx 24 and HDL-GZxxx series. 25 26config ARCH_IQ80321 27 bool "Enable support for IQ80321" 28 help 29 Say Y here if you want to run your kernel on the Intel IQ80321 30 evaluation kit for the IOP321 processor. 31 32config ARCH_IQ31244 33 bool "Enable support for EP80219/IQ31244" 34 select MACH_EP80219 35 help 36 Say Y here if you want to run your kernel on the Intel EP80219 37 evaluation kit for the Intel 80219 processor (a IOP321 variant) 38 or the IQ31244 evaluation kit for the IOP321 processor. 39 40config MACH_N2100 41 bool "Enable support for the Thecus n2100" 42 help 43 Say Y here if you want to run your kernel on the Thecus n2100 44 NAS appliance. 45 46config MACH_EM7210 47 bool "Enable support for the Lanner EM7210" 48 help 49 Say Y here if you want to run your kernel on the Lanner EM7210 50 board. Say also Y here if you have a SS4000e Baxter Creek NAS 51 appliance." 52 53endif 54