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:
parent
af98ca076b
commit
f433001185
2 changed files with 9 additions and 9 deletions
|
@ -837,15 +837,6 @@ config SOC_FAMILY
|
||||||
This option holds the directory name used by the build system to locate
|
This option holds the directory name used by the build system to locate
|
||||||
the correct linker and header files.
|
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
|
config TOOLCHAIN_HAS_BUILTIN_FFS
|
||||||
bool
|
bool
|
||||||
default y if !(64BIT && RISCV)
|
default y if !(64BIT && RISCV)
|
||||||
|
|
|
@ -1,5 +1,14 @@
|
||||||
# SPDX-License-Identifier: Apache-2.0
|
# 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
|
config BOARD_DEPRECATED_RELEASE
|
||||||
string
|
string
|
||||||
help
|
help
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue