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
11 lines
250 B
Plaintext
11 lines
250 B
Plaintext
|
|
menuconfig TINYALSA_COMPONENT_ENABLED
|
|
bool "Enable tinyalsa_component"
|
|
default n
|
|
|
|
config TINYALSA_COMPONENT_DYNAMIC
|
|
bool "compile component as dynamic(shared) lib"
|
|
default n
|
|
depends on TINYALSA_COMPONENT_ENABLED
|
|
|