You've already forked M5Stack_Linux_Libs
mirror of
https://github.com/m5stack/M5Stack_Linux_Libs.git
synced 2026-05-20 11:01:38 -07:00
13 lines
306 B
Plaintext
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 |