blob: 47da7e7a5b6a83d35ecb51ec9b667975c559a7ac [file] [log] [blame]
Stefan Roese49220502013-05-30 03:49:20 +00001#
2# Allwinner device configuration
3#
4
5config NET_VENDOR_ALLWINNER
Maxime Ripard05bc2502013-07-24 09:11:37 +02006 bool "Allwinner devices"
7 default y
Stefan Roese49220502013-05-30 03:49:20 +00008
Maxime Ripard05bc2502013-07-24 09:11:37 +02009 depends on ARCH_SUNXI
10 ---help---
11 If you have a network (Ethernet) card belonging to this
Paul Gortmaker138b15e2015-06-21 16:28:02 -040012 class, say Y here.
Maxime Ripard05bc2502013-07-24 09:11:37 +020013
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.
Stefan Roese49220502013-05-30 03:49:20 +000019
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
Stefan Roese49220502013-05-30 03:49:20 +000027 select MII
28 select PHYLIB
Maxime Ripard111cc5d2013-07-24 09:12:08 +020029 select MDIO_SUN4I
Stefan Roese49220502013-05-30 03:49:20 +000030 ---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