From eb1e946c5964d2b56891b4fb8a431642f06e595f Mon Sep 17 00:00:00 2001 From: YAMAMOTO Takashi Date: Thu, 5 Mar 2020 11:42:48 +0900 Subject: [PATCH] Kconfig: Allow DEBUG_BINFMT when LIBC_MODLIB is enabled Because the same set of macros (eg. binfo) are used there as well. --- Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Kconfig b/Kconfig index 7d178c66b2..069d8ed80a 100644 --- a/Kconfig +++ b/Kconfig @@ -599,7 +599,7 @@ endif # DEBUG_AUDIO config DEBUG_BINFMT bool "Binary Loader Debug Features" default n - depends on !BINFMT_DISABLE + depends on !BINFMT_DISABLE || LIBC_MODLIB ---help--- Enable binary loader debug features.