diff --git a/examples/embedlog/Kconfig b/examples/embedlog/Kconfig index 57f115285..28073fabd 100644 --- a/examples/embedlog/Kconfig +++ b/examples/embedlog/Kconfig @@ -3,9 +3,6 @@ # see the file kconfig-language.txt in the NuttX tools repository. # -comment "embedlog example needs SYSTEM_EMBEDLOG" - depends on !SYSTEM_EMBEDLOG - if SYSTEM_EMBEDLOG config EXAMPLES_EMBEDLOG @@ -44,3 +41,4 @@ config EXAMPLES_EMBEDLOG_STACKSIZE endif #EXAMPLES_EMBEDLOG endif #SYSTEM_EMBEDLOG + diff --git a/examples/ini_dumper/Kconfig b/examples/ini_dumper/Kconfig index 43e2f4f41..eb7a7f665 100644 --- a/examples/ini_dumper/Kconfig +++ b/examples/ini_dumper/Kconfig @@ -3,9 +3,6 @@ # see the file kconfig-language.txt in the NuttX tools repository. # -comment "ini dumper example needs FSUTILS_INIH" - depends on !FSUTILS_INIH - if FSUTILS_INIH config EXAMPLES_INI_DUMPER @@ -34,3 +31,4 @@ config EXAMPLES_INI_DUMPER_STACKSIZE endif #EXAMPLES_INI_DUMPER endif #SYSTEM_INI_DUMPER + diff --git a/system/psmq/Kconfig b/system/psmq/Kconfig index 22b5aa7b2..251daad1f 100644 --- a/system/psmq/Kconfig +++ b/system/psmq/Kconfig @@ -3,9 +3,6 @@ # see the file kconfig-language.txt in the NuttX tools repository. # -comment "psmq requires posix mqueue and SYSTEM_EMBEDLOG" - depends on DISABLE_MQUEUE || !SYSTEM_EMBEDLOG - menuconfig SYSTEM_PSMQ bool "psmq" default n @@ -108,3 +105,4 @@ config PSMQ_SUB_STACKSIZE endif # PSMQ_TOOLS_SUB endif # SYSTEM_PSMQ +