summaryrefslogtreecommitdiff
path: root/arch/mips/Kconfig
diff options
context:
space:
mode:
authorStefan Roese <sr@denx.de>2018-10-09 09:59:09 +0300
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>2018-11-18 18:02:22 +0300
commitb4a6a1bb3f6a3a52a1cfebe21cd6aa679bf10b1f (patch)
tree1c3c03d6b69c28d9a6c8012c26b08c9525795fa0 /arch/mips/Kconfig
parent9a89b2b9b20d522b908b6e7c3ece1e2ff25f3e28 (diff)
downloadu-boot-b4a6a1bb3f6a3a52a1cfebe21cd6aa679bf10b1f.tar.xz
mips: mt76xx: Kconfig: Add ethernet and GPIO support
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>
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r--arch/mips/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
index 6d646ef999..8278c68817 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