Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0
0002 menuconfig ARCH_IOP32X
0003         bool "IOP32x-based platforms"
0004         depends on ARCH_MULTI_V5
0005         depends on CPU_LITTLE_ENDIAN
0006         depends on ATAGS && UNUSED_BOARD_FILES
0007         select CPU_XSCALE
0008         select GPIO_IOP
0009         select GPIOLIB
0010         select FORCE_PCI
0011         help
0012           Support for Intel's 80219 and IOP32X (XScale) family of
0013           processors.
0014 
0015 if ARCH_IOP32X
0016 
0017 config MACH_EP80219
0018         bool
0019 
0020 config MACH_GLANTANK
0021         bool "Enable support for the IO-Data GLAN Tank"
0022         help
0023           Say Y here if you want to run your kernel on the GLAN Tank
0024           NAS appliance or machines from IO-Data's HDL-Gxxx, HDL-GWxxx
0025           and HDL-GZxxx series.
0026 
0027 config ARCH_IQ80321
0028         bool "Enable support for IQ80321"
0029         help
0030           Say Y here if you want to run your kernel on the Intel IQ80321
0031           evaluation kit for the IOP321 processor.
0032 
0033 config ARCH_IQ31244
0034         bool "Enable support for EP80219/IQ31244"
0035         select MACH_EP80219
0036         help
0037           Say Y here if you want to run your kernel on the Intel EP80219
0038           evaluation kit for the Intel 80219 processor (a IOP321 variant)
0039           or the IQ31244 evaluation kit for the IOP321 processor.
0040 
0041 config MACH_N2100
0042         bool "Enable support for the Thecus n2100"
0043         help
0044           Say Y here if you want to run your kernel on the Thecus n2100
0045           NAS appliance.
0046 
0047 config MACH_EM7210
0048         bool "Enable support for the Lanner EM7210"
0049         help
0050           Say Y here if you want to run your kernel on the Lanner EM7210
0051           board. Say also Y here if you have a SS4000e Baxter Creek NAS
0052           appliance."
0053 
0054 endif