mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
pps/system/psmq/Kconfig: Fix recursive dependency. SYSTEM_PSMQ both depended on and selected SYSTEM_EMBEDLOG
This commit is contained in:
parent
77319c3fb1
commit
8ddb76323f
1 changed files with 0 additions and 1 deletions
|
|
@ -10,7 +10,6 @@ menuconfig SYSTEM_PSMQ
|
|||
bool "psmq"
|
||||
default n
|
||||
depends on !DISABLE_MQUEUE && SYSTEM_EMBEDLOG
|
||||
select SYSTEM_EMBEDLOG
|
||||
---help---
|
||||
psmq is tool set which allows IPC communication in publish/subscribe way
|
||||
created on top of posix messege queue. Full documentation is available
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue