Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[deliverable/linux.git] / drivers / net / ethernet / allwinner / Kconfig
CommitLineData
49220505
SR
1#
2# Allwinner device configuration
3#
4
5config NET_VENDOR_ALLWINNER
05bc250f
MR
6 bool "Allwinner devices"
7 default y
49220505 8
05bc250f
MR
9 depends on ARCH_SUNXI
10 ---help---
11 If you have a network (Ethernet) card belonging to this
138b15ed 12 class, say Y here.
05bc250f
MR
13
14 Note that the answer to this question doesn't directly
15 affect the kernel: saying N will just cause the configurator
16 to skip all the questions about Allwinner cards. If you say Y,
17 you will be asked for your specific card in the following
18 questions.
49220505
SR
19
20if NET_VENDOR_ALLWINNER
21
22config SUN4I_EMAC
23 tristate "Allwinner A10 EMAC support"
24 depends on ARCH_SUNXI
25 depends on OF
26 select CRC32
49220505
SR
27 select MII
28 select PHYLIB
111cc5da 29 select MDIO_SUN4I
49220505
SR
30 ---help---
31 Support for Allwinner A10 EMAC ethernet driver.
32
33 To compile this driver as a module, choose M here. The module
34 will be called sun4i-emac.
35
36endif # NET_VENDOR_ALLWINNER
This page took 0.202729 seconds and 5 git commands to generate.