diff options
| author | Weijie Gao <[email protected]> | 2022-05-20 11:23:14 +0800 |
|---|---|---|
| committer | Daniel Schwierzeck <[email protected]> | 2022-07-13 23:03:37 +0200 |
| commit | 40862e49f213b8fa9aef62d53c067d02aacceccd (patch) | |
| tree | 8365512957e2e214d04340ad7705461e736c3452 /drivers/gpio/Kconfig | |
| parent | d2002fa7e20314f8806c0ac46fa01240cc7cb9aa (diff) | |
gpio: add support for MediaTek MT7621 SoC
This patch makes mt7621_gpio driver available for MediaTek MT7621 SoC
Reviewed-by: Stefan Roese <[email protected]>
Signed-off-by: Weijie Gao <[email protected]>
Diffstat (limited to 'drivers/gpio/Kconfig')
| -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 3c73a7f6183..aaa152fae73 100644 --- 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. |
