Kconfig (01b944fe1cd4e21a2a9ed51adbdbafe2d5e905ba) Kconfig (af72261f33ee4958bb53e299746014f44e1134c4)
1#
2# ARC EMAC network device configuration
3#
4
5config NET_VENDOR_ARC
6 bool "ARC devices"
7 default y
8 ---help---

--- 20 unchanged lines hidden (view full) ---

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.
31
32config EMAC_ROCKCHIP
33 tristate "Rockchip EMAC support"
34 select ARC_EMAC_CORE
35 depends on OF_IRQ && OF_NET && REGULATOR && HAS_DMA
36 ---help---
1#
2# ARC EMAC network device configuration
3#
4
5config NET_VENDOR_ARC
6 bool "ARC devices"
7 default y
8 ---help---

--- 20 unchanged lines hidden (view full) ---

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.
31
32config EMAC_ROCKCHIP
33 tristate "Rockchip EMAC support"
34 select ARC_EMAC_CORE
35 depends on OF_IRQ && OF_NET && REGULATOR && HAS_DMA
36 ---help---
37 Support for Rockchip RK3066/RK3188 EMAC ethernet controllers.
37 Support for Rockchip RK3036/RK3066/RK3188 EMAC ethernet controllers.
38 This selects Rockchip SoC glue layer support for the
38 This selects Rockchip SoC glue layer support for the
39 emac device driver. This driver is used for RK3066/RK3188
39 emac device driver. This driver is used for RK3036/RK3066/RK3188
40 EMAC ethernet controller.
41
42endif # NET_VENDOR_ARC
40 EMAC ethernet controller.
41
42endif # NET_VENDOR_ARC