mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-17 18:01:57 +00:00
Fix misspellings in Kconfig help text Change-Id: I3ae28a5d23d8e266612114bc0eb8a6e158129dc7 Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
19 lines
399 B
Plaintext
19 lines
399 B
Plaintext
|
|
config BOARD_DEPRECATED
|
|
string
|
|
help
|
|
This hidden option is set in the board configuration and indicates
|
|
the Zephyr release that the board configuration will be removed.
|
|
When set, any build for that board will generate a clearly visible
|
|
deprecation warning.
|
|
|
|
choice
|
|
prompt "Board Selection"
|
|
source "boards/*/*/Kconfig.board"
|
|
endchoice
|
|
|
|
|
|
menu "Board Options"
|
|
source "boards/*/*/Kconfig"
|
|
endmenu
|