summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Stephan <[email protected]>2026-07-09 14:58:20 +0200
committerDavid Lechner <[email protected]>2026-07-22 13:54:55 -0500
commitd0c49353a648e135f269a2953dc9326505ba87de (patch)
tree8e038d36b46b233d2f9336d6fd88b0a3329408c6
parent6c04714f5523a1495c724818b3e8333bc1ed6901 (diff)
configs: mediatek: enable MT8188 power domain
Enable the MT8188 power domain driver. CONFIG_POWER_DOMAIN is required as CONFIG_MT8188_POWER_DOMAIN depends on it. Signed-off-by: Julien Stephan <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: David Lechner <[email protected]>
-rw-r--r--configs/mt8188.config2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/mt8188.config b/configs/mt8188.config
index ece4e60f1ee..29e2b3db878 100644
--- a/configs/mt8188.config
+++ b/configs/mt8188.config
@@ -19,6 +19,8 @@ CONFIG_MMC_MTK=y
CONFIG_PINCTRL=y
CONFIG_PINCONF=y
CONFIG_PINCTRL_MT8188=y
+CONFIG_POWER_DOMAIN=y
+CONFIG_MT8188_POWER_DOMAIN=y
CONFIG_BAUDRATE=921600
CONFIG_DM_SERIAL=y
CONFIG_MTK_SERIAL=y