1menu "Lib"
2config LIB_LIBC
3 bool "Enable Libc"
4 default y
5 help
6 Answer Y to enable libc for full code.
7
8config LIB_ZLIB
9 bool "Enable Zlib"
10 default y
11 depends on LIB_LIBC
12 help
13 Answer Y to enable LiteOS support compress file library.
14endmenu
15
16