projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d2002fa
)
gpio: add support for MediaTek MT7621 SoC
author
Weijie Gao
<weijie.gao@mediatek.com>
Fri, 20 May 2022 03:23:14 +0000
(11:23 +0800)
committer
Daniel Schwierzeck
<daniel.schwierzeck@gmail.com>
Wed, 13 Jul 2022 21:03:37 +0000
(23:03 +0200)
This patch makes mt7621_gpio driver available for MediaTek MT7621 SoC
Reviewed-by: Stefan Roese <sr@denx.de>
Signed-off-by: Weijie Gao <weijie.gao@mediatek.com>
drivers/gpio/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/gpio/Kconfig
b/drivers/gpio/Kconfig
index 3c73a7f61838d534eda66932716bf27c97f87b47..aaa152fae73b6d2f4e5c1d5b2bcc41f139b57ea6 100644
(file)
--- a/
drivers/gpio/Kconfig
+++ b/
drivers/gpio/Kconfig
@@
-553,7
+553,7
@@
config MT7620_GPIO
config MT7621_GPIO
bool "MediaTek MT7621 GPIO driver"
- depends on DM_GPIO &&
SOC_MT7628
+ depends on DM_GPIO &&
(SOC_MT7621 || SOC_MT7628)
default y
help
Say yes here to support MediaTek MT7621 compatible GPIOs.