mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] drivers: net: designware: select reset controller
@ 2018-08-29 10:06 Steffen Trumtrar
  2018-08-31  6:19 ` Sascha Hauer
  0 siblings, 1 reply; 2+ messages in thread
From: Steffen Trumtrar @ 2018-08-29 10:06 UTC (permalink / raw)
  To: Barebox List

The socfpga-specific designware driver uses reset_control_get().
Select the socfpga-reset driver to actually use this function instead of
a stub.

Signed-off-by: Steffen Trumtrar <s.trumtrar@pengutronix.de>
---
 drivers/net/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
index b633a3ac4d7b..1aa096f005e3 100644
--- a/drivers/net/Kconfig
+++ b/drivers/net/Kconfig
@@ -83,6 +83,7 @@ config DRIVER_NET_DESIGNWARE_SOCFPGA
 	bool "Designware Universal MAC ethernet driver for SoCFPGA platforms"
 	depends on ARCH_SOCFPGA
 	select MFD_SYSCON
+	select RESET_CONTROLLER
 	help
 	  This option enables support for the Synopsys
 	  Designware Core Univesal MAC 10M/100M/1G ethernet IP on SoCFPGA.
-- 
2.11.0


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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-08-31  6:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-08-29 10:06 [PATCH] drivers: net: designware: select reset controller Steffen Trumtrar
2018-08-31  6:19 ` Sascha Hauer

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