diff options
| author | Patrick Delaunay <[email protected]> | 2023-01-06 13:20:17 +0100 |
|---|---|---|
| committer | Patrice Chotard <[email protected]> | 2023-01-12 16:37:13 +0100 |
| commit | 7de0d10ca7167d0b0ac2d28a98b3a4e725c2d3b8 (patch) | |
| tree | 3111aa18b273e5898bdad36256fcf7cef6ef0434 | |
| parent | a33885ff496ccd867ee9a83f09c1bd521207b096 (diff) | |
configs: stm32mp13: Activate CONFIG_CMD_FUSE
Activate the command fuse to access on STM32MP13x OTP with
the BSEC driver.
Signed-off-by: Patrick Delaunay <[email protected]>
Reviewed-by: Patrice Chotard <[email protected]>
| -rw-r--r-- | configs/stm32mp13_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/stm32mp13_defconfig b/configs/stm32mp13_defconfig index 4cab0764734..012882ff914 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 |
