aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Panis2022-07-01 14:30:12 +0200
committerTom Rini2022-07-25 09:38:47 -0400
commit25c7b65d176715d911ebb4b2029606b678d6d56a (patch)
tree58f5e1a3e72152d633f375d9c32316461ec0be30
parent169582025adc8892ec0813f52f6d643055b3e9dc (diff)
configs: am62x_evm_r5: Add support for ESM
Enable ESM driver for AM62x in R5 SPL/u-boot build. Signed-off-by: Julien Panis <jpanis@baylibre.com>
-rw-r--r--configs/am62x_evm_r5_defconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/am62x_evm_r5_defconfig b/configs/am62x_evm_r5_defconfig
index deafb92fc14..e26e9dc800f 100644
--- a/configs/am62x_evm_r5_defconfig
+++ b/configs/am62x_evm_r5_defconfig
@@ -97,3 +97,6 @@ CONFIG_SPL_TIMER=y
CONFIG_OMAP_TIMER=y
CONFIG_LIB_RATIONAL=y
CONFIG_SPL_LIB_RATIONAL=y
+CONFIG_ESM_K3=y
+CONFIG_SPL_MISC=y
+CONFIG_SPL_DRIVERS_MISC=y