• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# SPDX-License-Identifier: GPL-2.0-only
2menu "Gmac Drivers"
3	depends on AW_BSP
4
5config AW_GMAC
6	tristate "Allwinner GMAC support"
7	depends on OF
8	select AW_GMAC_MDIO
9	select CRC32
10	help
11	  Support for Allwinner Gigabit ethernet driver.
12
13	  To compile this driver as a module, choose M here.  The module
14	  will be called sunxi-gmac.ko.
15
16config AW_GMAC_MDIO
17	tristate "Allwinner GMAC MDIO support"
18	select MDIO_BUS
19	select MDIO_DEVICE
20	select NETDEVICES
21	select PHYLIB
22	select MII
23	help
24	  This driver supports the GMAC MDIO interface in the network
25
26endmenu
27