summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Lechner <[email protected]>2026-03-16 16:55:16 -0500
committerDavid Lechner <[email protected]>2026-04-07 11:09:18 -0500
commit1be992a8a27f21df5f4869c4ac18baaefc4dc70d (patch)
tree47a5e9bf20ff453f93b818552f8be91e5cd94541
parentfbd4bd3a1e4dd0f1fc1ef37c9694c4165edfabb3 (diff)
configs: mt8189: enable GPIO support
Enable GPIO support for mt8189-based boards. This is needed for U-Boot to be able to use the SD card slot on the board (for the CD pin). Reviewed-by: Julien Stephan <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: David Lechner <[email protected]>
-rw-r--r--configs/mt8189.config2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/mt8189.config b/configs/mt8189.config
index 966d05d1a03..55c2ccfc01f 100644
--- a/configs/mt8189.config
+++ b/configs/mt8189.config
@@ -4,6 +4,7 @@ CONFIG_POSITION_INDEPENDENT=y
CONFIG_ARCH_MEDIATEK=y
CONFIG_TEXT_BASE=0x4c000000
CONFIG_NR_DRAM_BANKS=1
+CONFIG_DM_GPIO=y
CONFIG_OF_LIBFDT_OVERLAY=y
CONFIG_TARGET_MT8189=y
CONFIG_MTK_MEM_MAP_DDR_SIZE=0x200000000
@@ -12,6 +13,7 @@ CONFIG_FIT=y
CONFIG_BOOTSTD_FULL=y
# CONFIG_BOARD_INIT is not set
CONFIG_CMD_CLK=y
+CONFIG_CMD_GPIO=y
CONFIG_CMD_GPT=y
CONFIG_CMD_MMC=y
CONFIG_CMD_PMIC=y