diff options
Diffstat (limited to 'lib/Kconfig.debug')
-rw-r--r-- | lib/Kconfig.debug | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index 2d05adb98401..8b6a4f13946f 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug | |||
@@ -102,11 +102,7 @@ config HEADERS_CHECK | |||
102 | 102 | ||
103 | config DEBUG_SECTION_MISMATCH | 103 | config DEBUG_SECTION_MISMATCH |
104 | bool "Enable full Section mismatch analysis" | 104 | bool "Enable full Section mismatch analysis" |
105 | depends on UNDEFINED || (BLACKFIN) | ||
106 | default y | 105 | default y |
107 | # This option is on purpose disabled for now. | ||
108 | # It will be enabled when we are down to a reasonable number | ||
109 | # of section mismatch warnings (< 10 for an allyesconfig build) | ||
110 | help | 106 | help |
111 | The section mismatch analysis checks if there are illegal | 107 | The section mismatch analysis checks if there are illegal |
112 | references from one section to another section. | 108 | references from one section to another section. |