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