diff --git a/Kconfig b/Kconfig index 7d178c66b24..069d8ed80a4 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.