summaryrefslogtreecommitdiff
path: root/drivers/net
diff options
context:
space:
mode:
authorMylène Josserand <mylene.josserand@free-electrons.com>2017-04-02 10:59:08 (GMT)
committerMaxime Ripard <maxime.ripard@free-electrons.com>2017-04-20 11:20:29 (GMT)
commit751b0be0a1753bbc2f43c1d32e704bac9412d5af (patch)
treee857e1df29e5dcbd29f1292757caf857548baf14 /drivers/net
parentabc3e4df59f54cf3dda42a35a75d617fe861f5fe (diff)
downloadu-boot-fsl-qoriq-751b0be0a1753bbc2f43c1d32e704bac9412d5af.tar.xz
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 <mylene.josserand@free-electrons.com> Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Diffstat (limited to 'drivers/net')
-rw-r--r--drivers/net/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
index 6126d10..9cd0d94 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