gpio: add support for MediaTek MT7621 SoC
authorWeijie Gao <weijie.gao@mediatek.com>
Fri, 20 May 2022 03:23:14 +0000 (11:23 +0800)
committerDaniel 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

index 3c73a7f..aaa152f 100644 (file)
@@ -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.