Stefan Roese | 4922050 | 2013-05-30 03:49:20 +0000 | [diff] [blame] | 1 | # |
| 2 | # Allwinner device configuration |
| 3 | # |
| 4 | |
| 5 | config NET_VENDOR_ALLWINNER |
Maxime Ripard | 05bc250 | 2013-07-24 09:11:37 +0200 | [diff] [blame] | 6 | bool "Allwinner devices" |
| 7 | default y |
Stefan Roese | 4922050 | 2013-05-30 03:49:20 +0000 | [diff] [blame] | 8 | |
Maxime Ripard | 05bc250 | 2013-07-24 09:11:37 +0200 | [diff] [blame] | 9 | depends on ARCH_SUNXI |
| 10 | ---help--- |
| 11 | If you have a network (Ethernet) card belonging to this |
Paul Gortmaker | 138b15e | 2015-06-21 16:28:02 -0400 | [diff] [blame] | 12 | class, say Y here. |
Maxime Ripard | 05bc250 | 2013-07-24 09:11:37 +0200 | [diff] [blame] | 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. |
Stefan Roese | 4922050 | 2013-05-30 03:49:20 +0000 | [diff] [blame] | 19 | |
| 20 | if NET_VENDOR_ALLWINNER |
| 21 | |
| 22 | config SUN4I_EMAC |
| 23 | tristate "Allwinner A10 EMAC support" |
| 24 | depends on ARCH_SUNXI |
| 25 | depends on OF |
| 26 | select CRC32 |
Stefan Roese | 4922050 | 2013-05-30 03:49:20 +0000 | [diff] [blame] | 27 | select MII |
| 28 | select PHYLIB |
Maxime Ripard | 111cc5d | 2013-07-24 09:12:08 +0200 | [diff] [blame] | 29 | select MDIO_SUN4I |
Stefan Roese | 4922050 | 2013-05-30 03:49:20 +0000 | [diff] [blame] | 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 | |
| 36 | endif # NET_VENDOR_ALLWINNER |