Files
2024-07-28 16:07:08 +08:00

10 lines
249 B
Plaintext

menuconfig QRENCODE_COMPONENT_ENABLED
bool "Enable qrencode_component"
default n
config QRENCODE_COMPONENT_DYNAMIC
bool "compile component as dynamic(shared) lib"
default n
depends on QRENCODE_COMPONENT_ENABLED