# SPDX-License-Identifier: GPL-2.0-only # # [31mCONFIG_ARC[0m EMAC network device configuration # config [31mCONFIG_NET_VENDOR_ARC[0m bool "ARC devices" default y ---help--- If you have a network (Ethernet) card belonging to this class, say Y. Note that the answer to this question doesn't directly affect the kernel: saying N will just cause the configurator to skip all the questions about [31mCONFIG_ARC[0m cards. If you say Y, you will be asked for your specific card in the following questions. if [31mCONFIG_NET_VENDOR_ARC[0m config [31mCONFIG_ARC_EMAC_CORE[0m tristate depends on [31mCONFIG_ARC[0m || [31mCONFIG_ARCH_ROCKCHIP[0m || [31mCONFIG_COMPILE_TEST[0m select [31mCONFIG_MII[0m select [31mCONFIG_PHYLIB[0m config [31mCONFIG_ARC_EMAC[0m tristate "ARC EMAC support" select [31mCONFIG_ARC_EMAC_CORE[0m depends on [31mCONFIG_OF_IRQ[0m && [31mCONFIG_OF_NET[0m depends on [31mCONFIG_ARC[0m || [31mCONFIG_COMPILE_TEST[0m ---help--- On some legacy [31mCONFIG_ARC[0m (Synopsys) [31mCONFIG_FPGA[0m boards such as ARCAngel4/ML50x non-standard on-chip ethernet device [31mCONFIG_ARC[0m EMAC 10/100 is used. Say Y here if you have such a board. If unsure, say N. config [31mCONFIG_EMAC_ROCKCHIP[0m tristate "Rockchip EMAC support" select [31mCONFIG_ARC_EMAC_CORE[0m depends on [31mCONFIG_OF_IRQ[0m && [31mCONFIG_OF_NET[0m && [31mCONFIG_REGULATOR[0m depends on [31mCONFIG_ARCH_ROCKCHIP[0m || [31mCONFIG_COMPILE_TEST[0m ---help--- Support for Rockchip RK3036/RK3066/RK3188 EMAC ethernet controllers. This selects Rockchip SoC glue layer support for the emac device driver. This driver is used for RK3036/RK3066/RK3188 EMAC ethernet controller. endif # [31mCONFIG_NET_VENDOR_ARC[0m |