configs: mt8365_evk: enable pinctrl

Enable PINCTRL, PINCONF and the SoC-specific driver for MediaTek MT8365
EVK.

Signed-off-by: David Lechner <dlechner@baylibre.com>
This commit is contained in:
David Lechner 2026-01-06 16:05:21 -06:00 committed by Tom Rini
parent 5f836e52be
commit b58573e894

View File

@ -14,6 +14,9 @@ CONFIG_DEFAULT_FDT_FILE="mt8365-evk"
CONFIG_OF_UPSTREAM=y
CONFIG_CLK=y
CONFIG_MMC_MTK=y
CONFIG_PINCTRL=y
CONFIG_PINCONF=y
CONFIG_PINCTRL_MT8365=y
CONFIG_BAUDRATE=921600
CONFIG_DM_SERIAL=y
CONFIG_MTK_SERIAL=y