diff options
Diffstat (limited to 'board/st/common/Kconfig')
-rw-r--r-- | board/st/common/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/board/st/common/Kconfig b/board/st/common/Kconfig new file mode 100644 index 0000000000..1824087afc --- /dev/null +++ b/board/st/common/Kconfig @@ -0,0 +1,6 @@ +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. |