38 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2#3# Allwinner device configuration4#5 6config NET_VENDOR_ALLWINNER7 bool "Allwinner devices"8 default y9 10 depends on ARCH_SUNXI11 help12 If you have a network (Ethernet) card belonging to this13 class, say Y here.14 15 Note that the answer to this question doesn't directly16 affect the kernel: saying N will just cause the configurator17 to skip all the questions about Allwinner cards. If you say Y,18 you will be asked for your specific card in the following19 questions.20 21if NET_VENDOR_ALLWINNER22 23config SUN4I_EMAC24 tristate "Allwinner A10 EMAC support"25 depends on ARCH_SUNXI26 depends on OF27 select CRC3228 select MII29 select PHYLIB30 select MDIO_SUN4I31 help32 Support for Allwinner A10 EMAC ethernet driver.33 34 To compile this driver as a module, choose M here. The module35 will be called sun4i-emac.36 37endif # NET_VENDOR_ALLWINNER38