From: Tero Kristo Date: Fri, 14 Feb 2020 09:18:20 +0000 (+0200) Subject: configs: j721e_evm_r5_defconfig: Enable ESM modules X-Git-Tag: v2020.10~292^2~7^2~34 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=54e0ab4d8b02d911937be0dc67f3c2db29e6da51;p=platform%2Fkernel%2Fu-boot.git configs: j721e_evm_r5_defconfig: Enable ESM modules Enable ESM modules for both PMIC and SoC side for proper watchdog handling on the board. SPL_BOARD_INIT is also enabled so that the board init function probing the drivers is called. Signed-off-by: Tero Kristo --- diff --git a/configs/j721e_evm_r5_defconfig b/configs/j721e_evm_r5_defconfig index d1a6581..bdbcf4c 100644 --- a/configs/j721e_evm_r5_defconfig +++ b/configs/j721e_evm_r5_defconfig @@ -128,3 +128,6 @@ CONFIG_USB_GADGET_PRODUCT_NUM=0x6163 CONFIG_USB_GADGET_DOWNLOAD=y CONFIG_FS_EXT4=y CONFIG_FS_FAT_MAX_CLUSTSIZE=16384 +CONFIG_ESM_K3=y +CONFIG_ESM_PMIC=y +CONFIG_SPL_BOARD_INIT=y