7e73c929a2
Change-Id: I052d930d54e63179b17b77f02c107a015f3cfc3f
16 lines
277 B
Plaintext
16 lines
277 B
Plaintext
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
|
|
|