kconfig: adapt help messages for new location of SoC code
Point to the new location of the soc code. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
cff0005a87
commit
5744437d25
1 changed files with 4 additions and 4 deletions
|
@ -292,7 +292,7 @@ config ARCH
|
||||||
config SOC
|
config SOC
|
||||||
string
|
string
|
||||||
help
|
help
|
||||||
SoC name which can be found under arch/<arch>/soc/<soc name>.
|
SoC name which can be found under soc/<arch>/<soc name>.
|
||||||
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 for the SoC. This option will go away
|
the correct linker and header files for the SoC. This option will go away
|
||||||
once all SoCs are using family/series structure.
|
once all SoCs are using family/series structure.
|
||||||
|
@ -300,14 +300,14 @@ config SOC
|
||||||
config SOC_SERIES
|
config SOC_SERIES
|
||||||
string
|
string
|
||||||
help
|
help
|
||||||
SoC series name which can be found under arch/<arch>/soc/<family>/<series>.
|
SoC series name which can be found under soc/<arch>/<family>/<series>.
|
||||||
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 SOC_FAMILY
|
config SOC_FAMILY
|
||||||
string
|
string
|
||||||
help
|
help
|
||||||
SoC family name which can be found under arch/<arch>/soc/<family>.
|
SoC family name which can be found under soc/<arch>/<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.
|
||||||
|
|
||||||
|
@ -318,4 +318,4 @@ config BOARD
|
||||||
related to the board in the source tree (under boards/).
|
related to the board in the source tree (under boards/).
|
||||||
The Board is the first location where we search for a linker.ld file,
|
The Board is the first location where we search for a linker.ld file,
|
||||||
if not found we look for the linker file in
|
if not found we look for the linker file in
|
||||||
arch/<arch>/soc/<family>/<series>
|
soc/<arch>/<family>/<series>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue