0001 # SPDX-License-Identifier: GPL-2.0-only
0002 #
0003 # Allwinner device configuration
0004 #
0005
0006 config NET_VENDOR_ALLWINNER
0007 bool "Allwinner devices"
0008 default y
0009
0010 depends on ARCH_SUNXI
0011 help
0012 If you have a network (Ethernet) card belonging to this
0013 class, say Y here.
0014
0015 Note that the answer to this question doesn't directly
0016 affect the kernel: saying N will just cause the configurator
0017 to skip all the questions about Allwinner cards. If you say Y,
0018 you will be asked for your specific card in the following
0019 questions.
0020
0021 if NET_VENDOR_ALLWINNER
0022
0023 config SUN4I_EMAC
0024 tristate "Allwinner A10 EMAC support"
0025 depends on ARCH_SUNXI
0026 depends on OF
0027 select CRC32
0028 select MII
0029 select PHYLIB
0030 select MDIO_SUN4I
0031 help
0032 Support for Allwinner A10 EMAC ethernet driver.
0033
0034 To compile this driver as a module, choose M here. The module
0035 will be called sun4i-emac.
0036
0037 endif # NET_VENDOR_ALLWINNER