powerpc/nvdimm: Pick nearby online node if the device node is not online
[linux-2.6-block.git] / arch / arm / mach-moxart / Kconfig
CommitLineData
ec8f24b7 1# SPDX-License-Identifier: GPL-2.0-only
21278aea 2menuconfig ARCH_MOXART
e3246542
MY
3 bool "MOXA ART SoC"
4 depends on ARCH_MULTI_V4
17723fd3
JJ
5 select CPU_FA526
6 select ARM_DMA_MEM_BUFFERABLE
390d2d49 7 select FARADAY_FTINTC010
ec14ba1e 8 select FTTMR010_TIMER
5c34a4e8 9 select GPIOLIB
17723fd3
JJ
10 select PHYLIB if NETDEVICES
11 help
12 Say Y here if you want to run your kernel on hardware with a
13 MOXA ART SoC.
14 The MOXA ART SoC is based on a Faraday FA526 ARMv4 32-bit
15 192 MHz CPU with MMU and 16KB/8KB D/I-cache (UC-7112-LX).
16 Used on models UC-7101, UC-7112/UC-7110, IA240/IA241, IA3341.
17
18if ARCH_MOXART
19
20config MACH_UC7112LX
21 bool "MOXA UC-7112-LX"
22 depends on ARCH_MOXART
23 help
24 Say Y here if you intend to run this kernel on a MOXA
25 UC-7112-LX embedded computer.
26
27endif