]> git.proxmox.com Git - mirror_ubuntu-kernels.git/blame - drivers/net/ethernet/allwinner/Kconfig
treewide: Add SPDX license identifier - Makefile/Kconfig
[mirror_ubuntu-kernels.git] / drivers / net / ethernet / allwinner / Kconfig
CommitLineData
ec8f24b7 1# SPDX-License-Identifier: GPL-2.0-only
49220505
SR
2#
3# Allwinner device configuration
4#
5
6config NET_VENDOR_ALLWINNER
05bc250f
MR
7 bool "Allwinner devices"
8 default y
49220505 9
05bc250f
MR
10 depends on ARCH_SUNXI
11 ---help---
12 If you have a network (Ethernet) card belonging to this
138b15ed 13 class, say Y here.
05bc250f
MR
14
15 Note that the answer to this question doesn't directly
16 affect the kernel: saying N will just cause the configurator
17 to skip all the questions about Allwinner cards. If you say Y,
18 you will be asked for your specific card in the following
19 questions.
49220505
SR
20
21if NET_VENDOR_ALLWINNER
22
23config SUN4I_EMAC
24 tristate "Allwinner A10 EMAC support"
25 depends on ARCH_SUNXI
26 depends on OF
27 select CRC32
49220505
SR
28 select MII
29 select PHYLIB
111cc5da 30 select MDIO_SUN4I
49220505
SR
31 ---help---
32 Support for Allwinner A10 EMAC ethernet driver.
33
34 To compile this driver as a module, choose M here. The module
35 will be called sun4i-emac.
36
37endif # NET_VENDOR_ALLWINNER