Title: [6170] trunk/arch/blackfin/include/asm/gptimers.h: the BF51x has 8 timers
Revision
6170
Author
vapier
Date
2009-03-14 09:43:42 -0500 (Sat, 14 Mar 2009)

Log Message

the BF51x has 8 timers

Modified Paths


Diff

Modified: trunk/arch/blackfin/include/asm/gptimers.h (6169 => 6170)


--- trunk/arch/blackfin/include/asm/gptimers.h	2009-03-13 10:58:41 UTC (rev 6169)
+++ trunk/arch/blackfin/include/asm/gptimers.h	2009-03-14 14:43:42 UTC (rev 6170)
@@ -15,9 +15,9 @@
 #include <asm/blackfin.h>
 
 /*
- * BF537/BF527: 8 timers:
+ * BF51x/BF52x/BF537: 8 timers:
  */
-#if defined(BF527_FAMILY) || defined(BF537_FAMILY)
+#if defined(CONFIG_BF51x) || defined(BF527_FAMILY) || defined(BF537_FAMILY)
 # define MAX_BLACKFIN_GPTIMERS 8
 # define TIMER0_GROUP_REG      TIMER_ENABLE
 #endif
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
http://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to