Kconfig: move CONFIG_BOARD to boards/Kconfig

Moving this option to the subdirectory for boards might make it easier
to find, and will keep it next to some other board-related Kconfig
options set in the same file.

Signed-off-by: Martí Bolívar <marti.bolivar@nordicsemi.no>
This commit is contained in:
Martí Bolívar 2022-04-08 09:08:48 -07:00 committed by Marti Bolivar
commit f433001185
2 changed files with 9 additions and 9 deletions

View file

@ -837,15 +837,6 @@ config SOC_FAMILY
This option holds the directory name used by the build system to locate
the correct linker and header files.
config BOARD
string
help
This option holds the name of the board and is used to locate the files
related to the board in the source tree (under boards/).
The Board is the first location where we search for a linker.ld file,
if not found we look for the linker file in
soc/<arch>/<family>/<series>
config TOOLCHAIN_HAS_BUILTIN_FFS
bool
default y if !(64BIT && RISCV)

View file

@ -1,5 +1,14 @@
# SPDX-License-Identifier: Apache-2.0
config BOARD
string
help
This option holds the name of the board and is used to locate the files
related to the board in the source tree (under boards/).
The Board is the first location where we search for a linker.ld file,
if not found we look for the linker file in
soc/<arch>/<family>/<series>
config BOARD_DEPRECATED_RELEASE
string
help