1 # SPDX-License-Identifier: GPL-2.0-only
3 # ARC EMAC network device configuration
10 If you have a network (Ethernet) card belonging to this class, say Y.
12 Note that the answer to this question doesn't directly affect the
13 kernel: saying N will just cause the configurator to skip all
14 the questions about ARC cards. If you say Y, you will be asked for
15 your specific card in the following questions.
21 depends on ARC || ARCH_ROCKCHIP || COMPILE_TEST
26 tristate "ARC EMAC support"
28 depends on OF_IRQ && OF_NET
29 depends on ARC || COMPILE_TEST
31 On some legacy ARC (Synopsys) FPGA boards such as ARCAngel4/ML50x
32 non-standard on-chip ethernet device ARC EMAC 10/100 is used.
33 Say Y here if you have such a board. If unsure, say N.
36 tristate "Rockchip EMAC support"
38 depends on OF_IRQ && OF_NET && REGULATOR
39 depends on ARCH_ROCKCHIP || COMPILE_TEST
41 Support for Rockchip RK3036/RK3066/RK3188 EMAC ethernet controllers.
42 This selects Rockchip SoC glue layer support for the
43 emac device driver. This driver is used for RK3036/RK3066/RK3188
44 EMAC ethernet controller.
46 endif # NET_VENDOR_ARC