summaryrefslogtreecommitdiffstats
path: root/drivers/net/Kconfig
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2021-06-16 10:54:37 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2021-06-16 10:54:37 +0200
commit226938796e525f42e002769f21dc66d16ac26f9b (patch)
treed7ef539c99a0da2885c65bdb0885f5570405eb27 /drivers/net/Kconfig
parent0e062b8296a22afff4157f56c5b6b64e7fac5aac (diff)
parente148f954c3eb025075f0cbf69eab1f3f62459b83 (diff)
downloadbarebox-226938796e525f42e002769f21dc66d16ac26f9b.tar.gz
barebox-226938796e525f42e002769f21dc66d16ac26f9b.tar.xz
Merge branch 'for-next/net'
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r--drivers/net/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
index 0d55ea7a3b..18931211b5 100644
--- a/drivers/net/Kconfig
+++ b/drivers/net/Kconfig
@@ -108,6 +108,12 @@ config DRIVER_NET_DESIGNWARE_TEGRA186
help
This option enables support for the ethernet MAC on the Tegra186 & 194.
+config DRIVER_NET_DESIGNWARE_ROCKCHIP
+ bool "Designware Universal MAC ethernet driver for Rockchip platforms"
+ select MFD_SYSCON
+ help
+ This option enables support for the ethernet MAC on different Rockchip SoCs
+
endif
config DRIVER_NET_DM9K