Enable CONFIG_CMD_CLK in the mt8365_evk_defconfig to allow using the clk dump command for debugging clock configurations.
Signed-off-by: David Lechner <[email protected]> --- configs/mt8365_evk_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/mt8365_evk_defconfig b/configs/mt8365_evk_defconfig index 7b411453e00..a9f7a24bcba 100644 --- a/configs/mt8365_evk_defconfig +++ b/configs/mt8365_evk_defconfig @@ -11,6 +11,7 @@ CONFIG_SYS_LOAD_ADDR=0x4c000000 CONFIG_IDENT_STRING=" mt8365-evk" CONFIG_DEFAULT_FDT_FILE="mt8365-evk" # CONFIG_BOARD_INIT is not set +CONFIG_CMD_CLK=y CONFIG_OF_UPSTREAM=y CONFIG_CLK=y CONFIG_MMC_MTK=y -- 2.43.0

