summaryrefslogtreecommitdiff
path: root/configs/stm32mp13_defconfig
diff options
context:
space:
mode:
authorPatrick Delaunay <patrick.delaunay@foss.st.com>2023-01-06 15:20:17 +0300
committerPatrice Chotard <patrice.chotard@foss.st.com>2023-01-12 18:37:13 +0300
commit7de0d10ca7167d0b0ac2d28a98b3a4e725c2d3b8 (patch)
tree3111aa18b273e5898bdad36256fcf7cef6ef0434 /configs/stm32mp13_defconfig
parenta33885ff496ccd867ee9a83f09c1bd521207b096 (diff)
downloadu-boot-7de0d10ca7167d0b0ac2d28a98b3a4e725c2d3b8.tar.xz
configs: stm32mp13: Activate CONFIG_CMD_FUSE
Activate the command fuse to access on STM32MP13x OTP with the BSEC driver. Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com> Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>
Diffstat (limited to 'configs/stm32mp13_defconfig')
-rw-r--r--configs/stm32mp13_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/stm32mp13_defconfig b/configs/stm32mp13_defconfig
index 4cab076473..012882ff91 100644
--- a/configs/stm32mp13_defconfig
+++ b/configs/stm32mp13_defconfig
@@ -26,6 +26,7 @@ CONFIG_CMD_MEMINFO=y
CONFIG_CMD_MEMTEST=y
CONFIG_CMD_UNZIP=y
CONFIG_CMD_CLK=y
+CONFIG_CMD_FUSE=y
CONFIG_CMD_GPIO=y
CONFIG_CMD_I2C=y
CONFIG_CMD_LSBLK=y