You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
menu "Lib"
|
|
config LIB_LIBC
|
|
bool "Enable Libc"
|
|
default y
|
|
help
|
|
Answer Y to enable libc for full code.
|
|
|
|
config LIB_ZLIB
|
|
bool "Enable Zlib"
|
|
default y
|
|
depends on LIB_LIBC
|
|
help
|
|
Answer Y to enable LiteOS support compress file library.
|
|
endmenu
|
|
|