rt-thread/bsp/phytium/libraries/standalone/drivers/ipc/Kconfig

10 lines
193 B
Plaintext
Raw Normal View History

config ENABLE_FSEMAPHORE
bool
prompt "Use FSemaphore"
default n
depends on TARGET_E2000S || TARGET_E2000D || TARGET_E2000Q
help
Select FSemaphore driver component
2023-01-09 10:14:23 +08:00