arch/Kconfig: Fix ARCH_POSIX comment
The comment applies to all POSIX arch based targets, not just native_posix. Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
This commit is contained in:
parent
8add7cb62f
commit
9323a3f9c7
1 changed files with 1 additions and 1 deletions
|
@ -140,7 +140,7 @@ config ARCH_POSIX
|
||||||
select NATIVE_BUILD
|
select NATIVE_BUILD
|
||||||
select HAS_COVERAGE_SUPPORT
|
select HAS_COVERAGE_SUPPORT
|
||||||
select BARRIER_OPERATIONS_BUILTIN
|
select BARRIER_OPERATIONS_BUILTIN
|
||||||
# native_posix gets its memory cleared on entry by the host OS
|
# POSIX arch based targets get their memory cleared on entry by the host OS
|
||||||
select SKIP_BSS_CLEAR
|
select SKIP_BSS_CLEAR
|
||||||
help
|
help
|
||||||
POSIX (native) architecture
|
POSIX (native) architecture
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue