blob: f49328c39befe73f91d20380272f65bff9bae4f2 [file] [log] [blame]
Rob Herring21278ae2014-06-10 09:06:10 -05001menuconfig ARCH_MOXART
Arnd Bergmannf8afae42014-03-25 22:19:00 +01002 bool "MOXA ART SoC" if ARCH_MULTI_V4
Jonas Jensen17723fd32013-12-18 13:58:45 +01003 select CPU_FA526
4 select ARM_DMA_MEM_BUFFERABLE
Jonas Jensen17723fd32013-12-18 13:58:45 +01005 select CLKSRC_MMIO
Jonas Jensen17723fd32013-12-18 13:58:45 +01006 select GENERIC_IRQ_CHIP
7 select ARCH_REQUIRE_GPIOLIB
Jonas Jensen17723fd32013-12-18 13:58:45 +01008 select PHYLIB if NETDEVICES
9 help
10 Say Y here if you want to run your kernel on hardware with a
11 MOXA ART SoC.
12 The MOXA ART SoC is based on a Faraday FA526 ARMv4 32-bit
13 192 MHz CPU with MMU and 16KB/8KB D/I-cache (UC-7112-LX).
14 Used on models UC-7101, UC-7112/UC-7110, IA240/IA241, IA3341.
15
16if ARCH_MOXART
17
18config MACH_UC7112LX
19 bool "MOXA UC-7112-LX"
20 depends on ARCH_MOXART
21 help
22 Say Y here if you intend to run this kernel on a MOXA
23 UC-7112-LX embedded computer.
24
25endif