mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 14:53:47 +08:00
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:
committed by
patacongo
parent
0376cddd6d
commit
eb1e946c59
@@ -599,7 +599,7 @@ endif # DEBUG_AUDIO
|
|||||||
config DEBUG_BINFMT
|
config DEBUG_BINFMT
|
||||||
bool "Binary Loader Debug Features"
|
bool "Binary Loader Debug Features"
|
||||||
default n
|
default n
|
||||||
depends on !BINFMT_DISABLE
|
depends on !BINFMT_DISABLE || LIBC_MODLIB
|
||||||
---help---
|
---help---
|
||||||
Enable binary loader debug features.
|
Enable binary loader debug features.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user