^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1) # SPDX-License-Identifier: GPL-2.0
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 2) if ARCH_IOP32X
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 3)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 4) menu "IOP32x Implementation Options"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 5)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 6) comment "IOP32x Platform Types"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 7)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 8) config MACH_EP80219
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 9) bool
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11) config MACH_GLANTANK
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12) bool "Enable support for the IO-Data GLAN Tank"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14) Say Y here if you want to run your kernel on the GLAN Tank
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 15) NAS appliance or machines from IO-Data's HDL-Gxxx, HDL-GWxxx
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 16) and HDL-GZxxx series.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 17)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 18) config ARCH_IQ80321
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 19) bool "Enable support for IQ80321"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 20) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 21) Say Y here if you want to run your kernel on the Intel IQ80321
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 22) evaluation kit for the IOP321 processor.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 23)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 24) config ARCH_IQ31244
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 25) bool "Enable support for EP80219/IQ31244"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 26) select MACH_EP80219
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 27) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 28) Say Y here if you want to run your kernel on the Intel EP80219
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 29) evaluation kit for the Intel 80219 processor (a IOP321 variant)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 30) or the IQ31244 evaluation kit for the IOP321 processor.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 31)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 32) config MACH_N2100
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 33) bool "Enable support for the Thecus n2100"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 34) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 35) Say Y here if you want to run your kernel on the Thecus n2100
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 36) NAS appliance.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 37)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 38) config MACH_EM7210
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 39) bool "Enable support for the Lanner EM7210"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 40) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 41) Say Y here if you want to run your kernel on the Lanner EM7210
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 42) board. Say also Y here if you have a SS4000e Baxter Creek NAS
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 43) appliance."
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 44)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 45) endmenu
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 46)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 47) endif