Commit 931d7fa8 authored by Fabien Parent's avatar Fabien Parent Committed by Linus Walleij

pinctrl: mediatek: mt8195: enable driver on mtk platforms

Set the pinctrl driver as built-in by default if
ARM64 and ARCH_MEDIATEK are enabled.

Fixes: 6cf5e9ef ("pinctrl: add pinctrl driver on mt8195")
Signed-off-by: default avatarFabien Parent <fparent@baylibre.com>
Reviewed-by: default avatarAngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Reviewed-by: default avatarMiles Chen <miles.chen@mediatek.com>
Link: https://lore.kernel.org/r/20220327160813.2978637-1-fparent@baylibre.comSigned-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent 7ff11357
......@@ -165,6 +165,7 @@ config PINCTRL_MT8195
bool "Mediatek MT8195 pin control"
depends on OF
depends on ARM64 || COMPILE_TEST
default ARM64 && ARCH_MEDIATEK
select PINCTRL_MTK_PARIS
config PINCTRL_MT8365
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment