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
@ -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…
Reference in New Issue
Block a user