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

11 lines
252 B
Plaintext

menuconfig C_PERIPHERY_COMPONENT_ENABLED
bool "Enable c_periphery"
default n
config C_PERIPHERY_COMPONENT_DYNAMIC
bool "compile component as dynamic(shared) lib"
default n
depends on C_PERIPHERY_COMPONENT_ENABLED