Title: [3940] trunk/arch/blackfin/Kconfig: Fix bug[#3718] Set default value to BF548 PM wakeup event (SIC_IRW0)
Revision
3940
Author
sonicz
Date
2007-11-27 01:41:23 -0600 (Tue, 27 Nov 2007)

Log Message

Fix bug[#3718] Set default value to BF548 PM wakeup event (SIC_IRW0)

Diffstat

 Kconfig |    2 ++
 1 files changed, 2 insertions(+)

Modified Paths

Diff

Modified: trunk/arch/blackfin/Kconfig (3939 => 3940)


--- trunk/arch/blackfin/Kconfig	2007-11-27 07:20:03 UTC (rev 3939)
+++ trunk/arch/blackfin/Kconfig	2007-11-27 07:41:23 UTC (rev 3940)
@@ -948,6 +948,8 @@
 	depends on PM_WAKEUP_GPIO_BY_SIC_IWR
 	default 0x80000000 if (BF537 || BF536 || BF534)
 	default 0x100000 if (BF533 || BF532 || BF531)
+	default 0x800000 if (BF549 || BF548 || BF547 || BF542)
+	default 0x800000 if (BF527 || BF524 || BF522)
 
 config PM_WAKEUP_GPIO_NUMBER
 	int "Wakeup GPIO number"
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
http://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to