projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9a89b2b
)
mips: mt76xx: Kconfig: Add ethernet and GPIO support
author
Stefan Roese
<sr@denx.de>
Tue, 9 Oct 2018 06:59:09 +0000
(08:59 +0200)
committer
Daniel Schwierzeck
<daniel.schwierzeck@gmail.com>
Sun, 18 Nov 2018 15:02:22 +0000
(16:02 +0100)
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
patch
|
blob
|
history
diff --git
a/arch/mips/Kconfig
b/arch/mips/Kconfig
index 6d646ef999764869edfb95d416a0e005967aec2e..8278c68817bd308fe7f4c2e455b7db6c8f2666ca 100644
(file)
--- 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