kernel_liteos_a/lib/Kconfig

16 lines
277 B
Plaintext
Raw Normal View History

2020-09-08 10:21:39 +08:00
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