From 8ddb76323fd6f1369c8d70efd0315ae389b757a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20=C5=81yszczek?= Date: Tue, 19 Feb 2019 14:07:02 -0600 Subject: [PATCH] pps/system/psmq/Kconfig: Fix recursive dependency. SYSTEM_PSMQ both depended on and selected SYSTEM_EMBEDLOG --- system/psmq/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/system/psmq/Kconfig b/system/psmq/Kconfig index 3914f5949..22b5aa7b2 100644 --- a/system/psmq/Kconfig +++ b/system/psmq/Kconfig @@ -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