diff --git a/arch/Kconfig b/arch/Kconfig index 0629a61882..b2f1ebab0d 100644 --- a/arch/Kconfig +++ b/arch/Kconfig @@ -292,7 +292,7 @@ config ARCH config SOC string help - SoC name which can be found under arch//soc/. + SoC name which can be found under soc//. 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 once all SoCs are using family/series structure. @@ -300,14 +300,14 @@ config SOC config SOC_SERIES string help - SoC series name which can be found under arch//soc//. + SoC series name which can be found under soc///. This option holds the directory name used by the build system to locate the correct linker and header files. config SOC_FAMILY string help - SoC family name which can be found under arch//soc/. + SoC family name which can be found under soc//. This option holds the directory name used by the build system to locate the correct linker and header files. @@ -318,4 +318,4 @@ config BOARD 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 - arch//soc// + soc///