summaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
authorThomas Haemmerle <thomas.haemmerle1988@gmail.com>2019-01-29 11:13:36 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2019-01-30 09:56:51 +0100
commitfe5fcc96352758f6455a425fd6bfd6a07fbc5ef0 (patch)
tree622fd96810e0c379b2f3b20a04e12f0d5d3c2deb /arch/arm/Kconfig
parentfb141b2187baf882dc0c98a48caf83efe8e94235 (diff)
downloadbarebox-fe5fcc96352758f6455a425fd6bfd6a07fbc5ef0.tar.gz
barebox-fe5fcc96352758f6455a425fd6bfd6a07fbc5ef0.tar.xz
ARM: zynqmp: select macb driver
macb supports Xilinx ZynqMP GEM, so select HAS_MACB by default. Signed-off-by: Thomas Haemmerle <thomas.haemmerle1988@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r--arch/arm/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index c1f385b11b..f5c14718f0 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"