# # Allwinner device configuration # config [31mCONFIG_NET_VENDOR_ALLWINNER[0m bool "Allwinner devices" default y depends on [31mCONFIG_ARCH_SUNXI[0m ---help--- If you have a network (Ethernet) card belonging to this class, say Y here. 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 Allwinner cards. If you say Y, you will be asked for your specific card in the following questions. if [31mCONFIG_NET_VENDOR_ALLWINNER[0m config [31mCONFIG_SUN4I_EMAC[0m tristate "Allwinner A10 EMAC support" depends on [31mCONFIG_ARCH_SUNXI[0m depends on [31mCONFIG_OF[0m select [31mCONFIG_CRC32[0m select [31mCONFIG_MII[0m select [31mCONFIG_PHYLIB[0m select [31mCONFIG_MDIO_SUN4I[0m ---help--- Support for Allwinner A10 EMAC ethernet driver. To compile this driver as a module, choose [31mCONFIG_M[0m here. The module will be called sun4i-emac. endif # [31mCONFIG_NET_VENDOR_ALLWINNER[0m |