mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] ARM: zynqmp: select macb driver
@ 2019-01-29 10:13 thomas.haemmerle1988
  2019-01-30  6:11 ` Sascha Hauer
  0 siblings, 1 reply; 3+ messages in thread
From: thomas.haemmerle1988 @ 2019-01-29 10:13 UTC (permalink / raw)
  To: barebox; +Cc: Thomas Haemmerle

From: Thomas Haemmerle <thomas.haemmerle1988@gmail.com>

macb supports Xilinx ZynqMP GEM, so select HAS_MACB by default.

Signed-off-by: Thomas Haemmerle <thomas.haemmerle1988@gmail.com>
---
 arch/arm/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index c1f385b..f5c1471 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -257,6 +257,7 @@ config ARCH_ZYNQMP
 	select OFTREE
 	select RELOCATABLE
 	select SYS_SUPPORTS_64BIT_KERNEL
+	select HAS_MACB
 
 config ARCH_QEMU
 	bool "ARM QEMU boards"
-- 
2.7.4


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

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

end of thread, other threads:[~2019-01-31  9:12 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-29 10:13 [PATCH] ARM: zynqmp: select macb driver thomas.haemmerle1988
2019-01-30  6:11 ` Sascha Hauer
2019-01-31  9:12   ` Michael Tretter

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