mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 23:03:27 +08:00
Kconfig files: Fix some dependencies that have CONFIG_ in the variable name
This commit is contained in:
@@ -35,7 +35,7 @@ config ELF_BUFFERINCR
|
||||
config ELF_DUMPBUFFER
|
||||
bool "Dump ELF buffers"
|
||||
default n
|
||||
depends on DEBUG_FEATURES && CONFIG_DEBUG_INFO
|
||||
depends on DEBUG_INFO
|
||||
---help---
|
||||
Dump various ELF buffers for debug purposes
|
||||
|
||||
|
||||
@@ -6,4 +6,4 @@
|
||||
config NXFLAT_DUMPBUFFER
|
||||
bool "Dump NXFLAT buffers"
|
||||
default n
|
||||
depends on DEBUG_FEATURES && CONFIG_DEBUG_INFO
|
||||
depends on DEBUG_INFO
|
||||
|
||||
@@ -64,6 +64,6 @@ endif # PCODE_TEST_FS
|
||||
config PCODE_DUMPBUFFER
|
||||
bool "Dump P-code buffers"
|
||||
default n
|
||||
depends on DEBUG_FEATURES && CONFIG_DEBUG_INFO
|
||||
depends on DEBUG_INFO
|
||||
---help---
|
||||
Dump various P-code buffers for debug purposes
|
||||
|
||||
Reference in New Issue
Block a user