zephyr/lib
Ulf Magnusson 8cb26d19c6 libc: kconfig: Have MINIMAL_LIBC depend on !REQUIRES_FULL_LIBC
This prevents MINIMAL_LIBC from being selected by the user (in the
menuconfig or in a configuration file) when REQUIRES_FULL_LIBC is y.
'default' on a choice only determines the default selection, not what
symbols can be selected.

It's helpful to think of Kconfig in terms of someone going into the
menuconfig and making changes.

Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
2019-11-02 00:31:57 +01:00
..
cmsis_rtos_v1 lib: cmsis_v1: kconfig: Remove unused CMSIS_MAX_THREAD_COUNT symbol 2019-10-22 23:02:16 -04:00
cmsis_rtos_v2 coccinelle: standardize kernel API timeout arguments 2019-10-03 11:55:44 -07:00
gui kconfig: Global whitespace/consistency cleanup 2019-11-01 15:53:23 +01:00
libc libc: kconfig: Have MINIMAL_LIBC depend on !REQUIRES_FULL_LIBC 2019-11-02 00:31:57 +01:00
os mempool: remove redundant bit set/clear within loops 2019-10-04 13:42:59 -04:00
posix kconfig: Global whitespace/consistency cleanup 2019-11-01 15:53:23 +01:00
updatehub libc: Use select REQUIRES_FULL_LIBC instead of select NEWLIB_LIBC 2019-11-01 14:18:36 +01:00
CMakeLists.txt libc: Added Kconfig choice to select C library 2019-11-01 14:18:36 +01:00
Kconfig