Patrick Delaunay | ba2c20c | 2020-01-13 15:17:40 +0100 | [diff] [blame] | 1 | config CMD_STBOARD |
2 | bool "stboard - command for OTP board information" | ||||
Patrick Delaunay | 8462548 | 2020-01-13 15:17:42 +0100 | [diff] [blame^] | 3 | depends on ARCH_STM32MP |
4 | default y if TARGET_ST_STM32MP15x | ||||
Patrick Delaunay | ba2c20c | 2020-01-13 15:17:40 +0100 | [diff] [blame] | 5 | help |
6 | This compile the stboard command to | ||||
7 | read and write the board in the OTP. |