ARM: EXYNOS: Drop legacy Exynos4 clock suspend/resume code
[cascardo/linux.git] / 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 DMA_OF
6         select USE_OF
7         select CLKSRC_OF
8         select CLKSRC_MMIO
9         select HAVE_CLK
10         select COMMON_CLK
11         select GENERIC_IRQ_CHIP
12         select ARCH_REQUIRE_GPIOLIB
13         select GENERIC_CLOCKEVENTS
14         select PHYLIB if NETDEVICES
15         help
16           Say Y here if you want to run your kernel on hardware with a
17           MOXA ART SoC.
18           The MOXA ART SoC is based on a Faraday FA526 ARMv4 32-bit
19           192 MHz CPU with MMU and 16KB/8KB D/I-cache (UC-7112-LX).
20           Used on models UC-7101, UC-7112/UC-7110, IA240/IA241, IA3341.
21
22 if ARCH_MOXART
23
24 config MACH_UC7112LX
25         bool "MOXA UC-7112-LX"
26         depends on ARCH_MOXART
27         help
28           Say Y here if you intend to run this kernel on a MOXA
29           UC-7112-LX embedded computer.
30
31 endif