2 # ARC EMAC network device configuration
9 If you have a network (Ethernet) card belonging to this class, say Y.
11 Note that the answer to this question doesn't directly affect the
12 kernel: saying N will just cause the configurator to skip all
13 the questions about ARC cards. If you say Y, you will be asked for
14 your specific card in the following questions.
24 tristate "ARC EMAC support"
26 depends on OF_IRQ && OF_NET && HAS_DMA
28 On some legacy ARC (Synopsys) FPGA boards such as ARCAngel4/ML50x
29 non-standard on-chip ethernet device ARC EMAC 10/100 is used.
30 Say Y here if you have such a board. If unsure, say N.
33 tristate "Rockchip EMAC support"
35 depends on OF_IRQ && OF_NET && REGULATOR && HAS_DMA
37 Support for Rockchip RK3036/RK3066/RK3188 EMAC ethernet controllers.
38 This selects Rockchip SoC glue layer support for the
39 emac device driver. This driver is used for RK3036/RK3066/RK3188
40 EMAC ethernet controller.
42 endif # NET_VENDOR_ARC