123456789101112131415161718192021222324252627282930 |
- From c0ad453e94e5c404efbcf668648d07eaa1a71ed7 Mon Sep 17 00:00:00 2001
- From: =?UTF-8?q?Ar=C4=B1n=C3=A7=20=C3=9CNAL?= <[email protected]>
- Date: Sat, 18 Feb 2023 09:51:06 +0300
- Subject: [PATCH] pinctrl: mediatek: add missing options to PINCTRL_MT7981
- MIME-Version: 1.0
- Content-Type: text/plain; charset=UTF-8
- Content-Transfer-Encoding: 8bit
- There are options missing from PINCTRL_MT7981 whilst being on every other
- pin controller. Add them.
- Signed-off-by: Arınç ÜNAL <[email protected]>
- Acked-by: Daniel Golle <[email protected]>
- Link: https://lore.kernel.org/r/[email protected]
- Signed-off-by: Linus Walleij <[email protected]>
- ---
- drivers/pinctrl/mediatek/Kconfig | 2 ++
- 1 file changed, 2 insertions(+)
- --- a/drivers/pinctrl/mediatek/Kconfig
- +++ b/drivers/pinctrl/mediatek/Kconfig
- @@ -130,6 +130,8 @@ config PINCTRL_MT7622
- config PINCTRL_MT7981
- bool "Mediatek MT7981 pin control"
- depends on OF
- + depends on ARM64 || COMPILE_TEST
- + default ARM64 && ARCH_MEDIATEK
- select PINCTRL_MTK_MOORE
-
- config PINCTRL_MT7986
|