Title: [6636] trunk/arch/blackfin/Kconfig: make generic_bug depend on bug to avoid build errors when one is enabled but not the other
Revision
6636
Author
vapier
Date
2009-06-10 17:38:23 -0500 (Wed, 10 Jun 2009)

Log Message

make generic_bug depend on bug to avoid build errors when one is enabled but not the other

Modified Paths

Diff

Modified: trunk/arch/blackfin/Kconfig (6635 => 6636)


--- trunk/arch/blackfin/Kconfig	2009-06-10 10:46:13 UTC (rev 6635)
+++ trunk/arch/blackfin/Kconfig	2009-06-10 22:38:23 UTC (rev 6636)
@@ -30,6 +30,7 @@
 
 config GENERIC_BUG
 	def_bool y
+	depends on BUG
 
 config ZONE_DMA
 	bool
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to