stm32mp1: add stboard command
[oweals/u-boot.git] / board / st / stm32mp1 / Kconfig
index 5f81f942a0825f3de3c9e5e53f51df1673ea29d4..87216c096384e3aeb214be760dcf6ed85b375482 100644 (file)
@@ -15,4 +15,11 @@ config ENV_SECT_SIZE
 config ENV_OFFSET
        default 0x280000 if ENV_IS_IN_SPI_FLASH
 
+config CMD_STBOARD
+       bool "stboard - command for OTP board information"
+       default y
+       help
+         This compile the stboard command to
+         read and write the board in the OTP.
+
 endif