libc: rework libc selection and reduce Kconfigs
Moved all libc Kconfigs to where the code is and remove the default Kconfig for selecting the minimal libc. Minimal libc is now the default if nothing else is configured in. Removed the options for extended libc, this obviously was restricting features in the minimal libc without a good reason, most of the functions are available directly when using newlib, so there is no reason why we need to restrict those in minimal libc. Jira: ZEP-1440 Change-Id: If0a3adf4314e2ebdf0e139dee3eb4f47ce07aa89 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
b12a8e0914
commit
fe958df4dd
36 changed files with 57 additions and 93 deletions
|
@ -20,3 +20,5 @@ source "lib/crypto/tinycrypt/Kconfig"
|
|||
endmenu
|
||||
|
||||
source "lib/iot/Kconfig"
|
||||
|
||||
source "lib/libc/Kconfig"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue