diff options
| author | Mylène Josserand <[email protected]> | 2017-04-02 12:59:08 +0200 |
|---|---|---|
| committer | Maxime Ripard <[email protected]> | 2017-04-20 13:20:29 +0200 |
| commit | 751b0be0a1753bbc2f43c1d32e704bac9412d5af (patch) | |
| tree | e857e1df29e5dcbd29f1292757caf857548baf14 /drivers | |
| parent | abc3e4df59f54cf3dda42a35a75d617fe861f5fe (diff) | |
sunxi: Convert CONFIG_RGMII to Kconfig
Convert CONFIG_RGMII to Kconfig. Thanks to that, it is possible to
update defconfig files of SYS_EXTRA_OPTIONS accordingly and
remove it when it is possible.
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 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index 6126d10c39b..9cd0d94cbdc 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig @@ -149,6 +149,12 @@ config PCH_GBE This MAC is present in Intel Platform Controller Hub EG20T. It supports 10/100/1000 Mbps operation. +config RGMII + bool "Enable RGMII" + help + Enable the support of the Reduced Gigabit Media-Independent + Interface (RGMII). + config RTL8139 bool "Realtek 8139 series Ethernet controller driver" help |
