0001 # SPDX-License-Identifier: GPL-2.0-only
0002 #
0003 # MOXART device configuration
0004 #
0005
0006 config NET_VENDOR_MOXART
0007 bool "MOXA ART devices"
0008 default y
0009 depends on (ARM && ARCH_MOXART)
0010 help
0011 If you have a network (Ethernet) card belonging to this class, say Y.
0012
0013 Note that the answer to this question doesn't directly affect the
0014 kernel: saying N will just cause the configurator to skip all
0015 the questions about MOXA ART devices. If you say Y, you will be asked
0016 for your specific card in the following questions.
0017
0018 if NET_VENDOR_MOXART
0019
0020 config ARM_MOXART_ETHER
0021 tristate "MOXART Ethernet support"
0022 depends on ARM && ARCH_MOXART
0023 select NET_CORE
0024 help
0025 If you wish to compile a kernel for a hardware with MOXA ART SoC and
0026 want to use the internal ethernet then you should answer Y to this.
0027
0028
0029 endif # NET_VENDOR_MOXART