Files
M5Stack_Linux_Libs/components/toolkit/Kconfig
T
dianjixz 49df8c5def [init]
2024-04-10 12:21:46 +08:00

11 lines
206 B
Plaintext

menuconfig TOOLKIT_ENABLED
bool "Enable toolkit"
default n
config TOOLKIT_DYNAMIC
bool "compile component as dynamic(shared) lib"
default n
depends on TOOLKIT_ENABLED