Files
dianjixz 49df8c5def [init]
2024-04-10 12:21:46 +08:00

13 lines
306 B
Plaintext

menuconfig ANYANY_ENABLED
bool "Enable anyany"
default n
config ANYANY_SRC_ENABLED
bool "Enable any src"
default n
depends on ANYANY_ENABLED
config ANYANY_DYNAMIC
bool "compile component as dynamic(shared) lib"
default n
depends on ANYANY_ENABLED