Files
2024-10-24 14:04:05 +08:00

11 lines
193 B
Plaintext

menuconfig ZPL_ENABLED
bool "Enable libzpl"
default n
config ZPL_DYNAMIC
bool "compile component as dynamic(shared) lib"
default n
depends on ZPL_ENABLED