summaryrefslogtreecommitdiff
path: root/configs/j721e_evm_r5_defconfig
diff options
context:
space:
mode:
authorTero Kristo <t-kristo@ti.com>2020-02-14 12:18:20 +0300
committerLokesh Vutla <lokeshvutla@ti.com>2020-03-03 10:38:14 +0300
commit54e0ab4d8b02d911937be0dc67f3c2db29e6da51 (patch)
tree99acf94ce600e92d7a9a9739df630cbb7abfc1b8 /configs/j721e_evm_r5_defconfig
parentfa281f64a1f15f77d96098792f1fce37680ed50c (diff)
downloadu-boot-54e0ab4d8b02d911937be0dc67f3c2db29e6da51.tar.xz
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 <t-kristo@ti.com>
Diffstat (limited to 'configs/j721e_evm_r5_defconfig')
-rw-r--r--configs/j721e_evm_r5_defconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/j721e_evm_r5_defconfig b/configs/j721e_evm_r5_defconfig
index d1a6581bf6..bdbcf4ce41 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