Title: [5773] trunk/arch/blackfin/Kconfig: Fix BUG [#4663] trunk kernel build fails with undefined reference to pm_overflow_handler
Revision
5773
Author
hennerich
Date
2008-12-01 07:28:38 -0600 (Mon, 01 Dec 2008)

Log Message

Fix BUG [#4663] trunk kernel build fails with undefined reference to pm_overflow_handler

Modified Paths

Diff

Modified: trunk/arch/blackfin/Kconfig (5772 => 5773)


--- trunk/arch/blackfin/Kconfig	2008-12-01 10:32:52 UTC (rev 5772)
+++ trunk/arch/blackfin/Kconfig	2008-12-01 13:28:38 UTC (rev 5773)
@@ -1018,7 +1018,7 @@
 
 config HARDWARE_PM
 	bool "OProfile use hardware porformance monitor"
-	depends on OPROFILE
+	depends on OPROFILE=y
 	default n
 
 endmenu
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
http://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to