From: Teresa Remmet Date: Wed, 6 Oct 2021 09:56:53 +0000 (+0200) Subject: configs: phycore-imx8mm_defconfig: Enable clk command X-Git-Tag: v2022.01~76^2~22 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=454ea0e2c60e06acfe949bc4bc1143040c8d467b;p=platform%2Fkernel%2Fu-boot.git configs: phycore-imx8mm_defconfig: Enable clk command Enable clk command to dump clock tree. Signed-off-by: Teresa Remmet --- diff --git a/configs/phycore-imx8mm_defconfig b/configs/phycore-imx8mm_defconfig index 6cb2d36..1897cb3 100644 --- a/configs/phycore-imx8mm_defconfig +++ b/configs/phycore-imx8mm_defconfig @@ -41,6 +41,7 @@ CONFIG_SYS_I2C_EEPROM_ADDR_LEN=2 CONFIG_SYS_EEPROM_SIZE=4096 CONFIG_SYS_EEPROM_PAGE_WRITE_BITS=5 CONFIG_SYS_EEPROM_PAGE_WRITE_DELAY_MS=5 +CONFIG_CMD_CLK=y CONFIG_CMD_FUSE=y CONFIG_CMD_GPIO=y CONFIG_CMD_I2C=y