blob: a5e2bcbf2722b3a195f3f47a928bb42290d85505 [file] [log] [blame]
Thomas Gleixnerec8f24b2019-05-19 13:07:45 +01001# SPDX-License-Identifier: GPL-2.0-only
Stefan Roese49220502013-05-30 03:49:20 +00002#
3# Allwinner device configuration
4#
5
6config NET_VENDOR_ALLWINNER
Maxime Ripard05bc2502013-07-24 09:11:37 +02007 bool "Allwinner devices"
8 default y
Stefan Roese49220502013-05-30 03:49:20 +00009
Maxime Ripard05bc2502013-07-24 09:11:37 +020010 depends on ARCH_SUNXI
11 ---help---
12 If you have a network (Ethernet) card belonging to this
Paul Gortmaker138b15e2015-06-21 16:28:02 -040013 class, say Y here.
Maxime Ripard05bc2502013-07-24 09:11:37 +020014
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.
Stefan Roese49220502013-05-30 03:49:20 +000020
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
Stefan Roese49220502013-05-30 03:49:20 +000028 select MII
29 select PHYLIB
Maxime Ripard111cc5d2013-07-24 09:12:08 +020030 select MDIO_SUN4I
Stefan Roese49220502013-05-30 03:49:20 +000031 ---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