pps/system/psmq/Kconfig: Fix recursive dependency. SYSTEM_PSMQ both depended on and selected SYSTEM_EMBEDLOG

This commit is contained in:
Michał Łyszczek 2019-02-19 14:07:02 -06:00 committed by Gregory Nutt
parent 77319c3fb1
commit 8ddb76323f

View File

@ -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