diff options
| author | Mylène Josserand <[email protected]> | 2017-04-02 12:59:03 +0200 |
|---|---|---|
| committer | Maxime Ripard <[email protected]> | 2017-04-20 13:19:56 +0200 |
| commit | 4d43d065db3262f9a9918ba72457bf36dfb8e0bb (patch) | |
| tree | c55997bc1d2f2cf00095be592e10a50ce094062e /drivers | |
| parent | 27f31aac1579fe7506bde26d45d082cb18f9228a (diff) | |
sunxi: Move SUNXI_GMAC to Kconfig
Move the SUNXI_GMAC config option to Kconfig, remove it
from SYS_EXTRA_OPTIONS and rename it into SUN7I_GMAC.
Signed-off-by: Mylène Josserand <[email protected]>
Signed-off-by: Maxime Ripard <[email protected]>
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/net/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index 8aa92790f4b..1ba844d2776 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig @@ -161,6 +161,11 @@ config RTL8169 This driver supports Realtek 8169 series gigabit ethernet family of PCI/PCIe chipsets/adapters. +config SUN7I_GMAC + bool "Enable Allwinner GMAC Ethernet support" + help + Enable the support for Sun7i GMAC Ethernet controller + config SUN8I_EMAC bool "Allwinner Sun8i Ethernet MAC support" depends on DM_ETH |
