Title: [6454] trunk/lib/Kconfig.debug: enable DEBUG_SECTION_MISMATCH for Blackfin systems
Revision
6454
Author
vapier
Date
2009-05-23 22:46:32 -0500 (Sat, 23 May 2009)

Log Message

enable DEBUG_SECTION_MISMATCH for Blackfin systems

Modified Paths


Diff

Modified: trunk/lib/Kconfig.debug (6453 => 6454)


--- trunk/lib/Kconfig.debug	2009-05-24 03:40:16 UTC (rev 6453)
+++ trunk/lib/Kconfig.debug	2009-05-24 03:46:32 UTC (rev 6454)
@@ -95,7 +95,8 @@
 
 config DEBUG_SECTION_MISMATCH
 	bool "Enable full Section mismatch analysis"
-	depends on UNDEFINED
+	depends on UNDEFINED || (BLACKFIN)
+	default y
 	# This option is on purpose disabled for now.
 	# It will be enabled when we are down to a resonable number
 	# of section mismatch warnings (< 10 for an allyesconfig build)
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to