xref: /openbmc/linux/arch/arm/mach-moxart/Kconfig (revision a2fb4d78)
1config ARCH_MOXART
2	bool "MOXA ART SoC" if ARCH_MULTI_V4T
3	select CPU_FA526
4	select ARM_DMA_MEM_BUFFERABLE
5	select USE_OF
6	select CLKSRC_OF
7	select CLKSRC_MMIO
8	select HAVE_CLK
9	select COMMON_CLK
10	select GENERIC_IRQ_CHIP
11	select ARCH_REQUIRE_GPIOLIB
12	select GENERIC_CLOCKEVENTS
13	select PHYLIB if NETDEVICES
14	help
15	  Say Y here if you want to run your kernel on hardware with a
16	  MOXA ART SoC.
17	  The MOXA ART SoC is based on a Faraday FA526 ARMv4 32-bit
18	  192 MHz CPU with MMU and 16KB/8KB D/I-cache (UC-7112-LX).
19	  Used on models UC-7101, UC-7112/UC-7110, IA240/IA241, IA3341.
20
21if ARCH_MOXART
22
23config MACH_UC7112LX
24	bool "MOXA UC-7112-LX"
25	depends on ARCH_MOXART
26	help
27	  Say Y here if you intend to run this kernel on a MOXA
28	  UC-7112-LX embedded computer.
29
30endif
31