0001 # SPDX-License-Identifier: GPL-2.0-only
0002 menuconfig ARCH_MOXART
0003 bool "MOXA ART SoC"
0004 depends on ARCH_MULTI_V4
0005 depends on CPU_LITTLE_ENDIAN
0006 select CPU_FA526
0007 select ARM_DMA_MEM_BUFFERABLE
0008 select FARADAY_FTINTC010
0009 select FTTMR010_TIMER
0010 select GPIOLIB
0011 select PHYLIB if NETDEVICES
0012 help
0013 Say Y here if you want to run your kernel on hardware with a
0014 MOXA ART SoC.
0015 The MOXA ART SoC is based on a Faraday FA526 ARMv4 32-bit
0016 192 MHz CPU with MMU and 16KB/8KB D/I-cache (UC-7112-LX).
0017 Used on models UC-7101, UC-7112/UC-7110, IA240/IA241, IA3341.
0018
0019 if ARCH_MOXART
0020
0021 config MACH_UC7112LX
0022 bool "MOXA UC-7112-LX"
0023 depends on ARCH_MOXART
0024 help
0025 Say Y here if you intend to run this kernel on a MOXA
0026 UC-7112-LX embedded computer.
0027
0028 endif