diff options
author | Tom Rini | 2019-05-04 20:02:31 -0400 |
---|---|---|
committer | Tom Rini | 2019-05-04 20:02:42 -0400 |
commit | 86f578ee85a697afb980233312f9aac1d98816df (patch) | |
tree | c15c40d7885eac1dff3bdd1e3236e9d42e26c820 /drivers/gpio | |
parent | c9baea6d0e96eb4bf55061d516e91e22236ed198 (diff) | |
parent | 5c629b1b69f780540e6e3bcc57d29438749f97c5 (diff) |
Merge tag 'mips-pull-2019-05-03' of git://git.denx.de/u-boot-mips
- mscc: small fixes, enhance network support for Serval, Luton and Ocelot
- mt7620: rename arch to more generic name mtmips
- mips: pass initrd addresses via DT as physical addresses
Diffstat (limited to 'drivers/gpio')
-rw-r--r-- | drivers/gpio/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig index b3e4ecc50e1..684ca9d868f 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig @@ -351,7 +351,7 @@ config MPC8XXX_GPIO config MT7621_GPIO bool "MediaTek MT7621 GPIO driver" - depends on DM_GPIO && ARCH_MT7620 + depends on DM_GPIO && SOC_MT7628 default y help Say yes here to support MediaTek MT7621 compatible GPIOs. |