]> Pileus Git - ~andy/linux/blob - arch/arm/mach-moxart/Kconfig
Merge remote-tracking branches 'asoc/fix/blackfin', 'asoc/fix/da9055', 'asoc/fix...
[~andy/linux] / arch / arm / mach-moxart / Kconfig
1 config 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
21 if ARCH_MOXART
22
23 config 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
30 endif