diff mbox series

[U-Boot,07/14] mips: mt76xx: Kconfig: Add ethernet and GPIO support

Message ID 20181009065916.31977-7-sr@denx.de
State Accepted
Commit b4a6a1bb3f6a3a52a1cfebe21cd6aa679bf10b1f
Delegated to: Daniel Schwierzeck
Headers show
Series [U-Boot,01/14] mips: Add in_le32(), out_le32() etc IO accessor functions | expand

Commit Message

Stefan Roese Oct. 9, 2018, 6:59 a.m. UTC
Imply DM_ETH and DM_GPIO for ARCH_MT7620, as this platform now supports
ethernet and GPIO as well.

Signed-off-by: Stefan Roese <sr@denx.de>
Cc: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
---
 arch/mips/Kconfig | 2 ++
 1 file changed, 2 insertions(+)
diff mbox series

Patch

diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
index 071dea04ec..0aa23981d4 100644
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
@@ -74,6 +74,8 @@  config ARCH_MT7620
 	imply CMD_DM
 	select DISPLAY_CPUINFO
 	select DM
+	imply DM_ETH
+	imply DM_GPIO
 	select DM_SERIAL
 	imply DM_SPI
 	imply DM_SPI_FLASH