Kconfig files: Fix some dependencies that have CONFIG_ in the variable name

This commit is contained in:
Gregory Nutt
2016-06-17 19:30:19 -06:00
parent 0fe5c726b5
commit 3fa41c0f18
8 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -6,4 +6,4 @@
config NXFLAT_DUMPBUFFER
bool "Dump NXFLAT buffers"
default n
depends on DEBUG_FEATURES && CONFIG_DEBUG_INFO
depends on DEBUG_INFO
+1 -1
View File
@@ -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