lib/libc/Kconfig: Simply C library choice dependencies
After removing NATIVE_APPLICATION, only NATIVE_LIBRARY is possible with NATIVE_BUILD. Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
This commit is contained in:
parent
cab1f00c12
commit
471706ec9a
@ -65,7 +65,7 @@ menu "C Library"
|
||||
|
||||
choice LIBC_IMPLEMENTATION
|
||||
prompt "C Library Implementation"
|
||||
default EXTERNAL_LIBC if NATIVE_BUILD && !(NATIVE_LIBRARY && NATIVE_LIBC_INCOMPATIBLE)
|
||||
default EXTERNAL_LIBC if NATIVE_BUILD && !NATIVE_LIBC_INCOMPATIBLE
|
||||
default PICOLIBC
|
||||
default NEWLIB_LIBC if REQUIRES_FULL_LIBC
|
||||
default MINIMAL_LIBC
|
||||
|
||||
Loading…
Reference in New Issue
Block a user