Kconfig: Allow DEBUG_BINFMT when LIBC_MODLIB is enabled

Because the same set of macros (eg. binfo) are used there as well.
This commit is contained in:
YAMAMOTO Takashi 2020-03-05 11:42:48 +09:00 committed by patacongo
parent 0376cddd6d
commit eb1e946c59

View File

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