mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] net: limit NET_FSL_FMAN to Layerscape
@ 2019-06-05 12:55 Uwe Kleine-König
  0 siblings, 0 replies; only message in thread
From: Uwe Kleine-König @ 2019-06-05 12:55 UTC (permalink / raw)
  To: barebox

Fixes: ec09152b909d ("net: Add Freescale FMan ethernet support")
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
---
 drivers/net/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
index beeb4b822147..4505d452500d 100644
--- a/drivers/net/Kconfig
+++ b/drivers/net/Kconfig
@@ -139,6 +139,7 @@ config DRIVER_NET_FEC_IMX
 
 config DRIVER_NET_FSL_FMAN
 	bool "Freescale fman ethernet driver"
+	depends on ARCH_LAYERSCAPE
 	select PHYLIB
 	select FSL_QE_FIRMWARE
 	help
-- 
2.20.1


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-06-05 12:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-05 12:55 [PATCH] net: limit NET_FSL_FMAN to Layerscape Uwe Kleine-König

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox