Add the rt linux 4.1.3-rt3 as base
[kvmfornfv.git] / kernel / drivers / net / ethernet / allwinner / Kconfig
1 #
2 # Allwinner device configuration
3 #
4
5 config NET_VENDOR_ALLWINNER
6         bool "Allwinner devices"
7         default y
8
9         depends on ARCH_SUNXI
10         ---help---
11           If you have a network (Ethernet) card belonging to this
12           class, say Y and read the Ethernet-HOWTO, available from
13           <http://www.tldp.org/docs.html#howto>.
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.
20
21 if NET_VENDOR_ALLWINNER
22
23 config SUN4I_EMAC
24         tristate "Allwinner A10 EMAC support"
25         depends on ARCH_SUNXI
26         depends on OF
27         select CRC32
28         select MII
29         select PHYLIB
30         select MDIO_SUN4I
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
37 endif # NET_VENDOR_ALLWINNER