summaryrefslogtreecommitdiff
path: root/configs/am62ax_evm_a53_defconfig
diff options
context:
space:
mode:
authorVignesh Raghavendra <vigneshr@ti.com>2023-06-01 21:52:52 +0530
committerUdit Kumar <u-kumar1@ti.com>2023-06-02 20:01:53 +0530
commitc84f9b821f253f951998f6ad9f310a23bfe81488 (patch)
tree76dab253b6538aca406bdaf59433831a6004ea40 /configs/am62ax_evm_a53_defconfig
parent7177396b85e44ae796a933ab5760d5d5d1035f59 (diff)
configs: am62ax_evm_a53_defconfig: Enable MMC performance measurement
Add CMD_TIME, CMD_CLK and CMD_EXT4_WRITE for MMC performance monitoring. Use CMD_DM to verify driver setup. Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
Diffstat (limited to 'configs/am62ax_evm_a53_defconfig')
-rw-r--r--configs/am62ax_evm_a53_defconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/configs/am62ax_evm_a53_defconfig b/configs/am62ax_evm_a53_defconfig
index ed9f866904..5895422c5b 100644
--- a/configs/am62ax_evm_a53_defconfig
+++ b/configs/am62ax_evm_a53_defconfig
@@ -43,8 +43,12 @@ CONFIG_SPL_USB_GADGET=y
CONFIG_SPL_DFU=y
CONFIG_SPL_YMODEM_SUPPORT=y
CONFIG_CMD_MMC=y
+CONFIG_CMD_CLK=y
CONFIG_CMD_DFU=y
+CONFIG_CMD_DM=y
CONFIG_CMD_USB=y
+CONFIG_CMD_TIME=y
+CONFIG_CMD_EXT4_WRITE=y
CONFIG_OF_CONTROL=y
CONFIG_SPL_OF_CONTROL=y
CONFIG_MULTI_DTB_FIT=y