diff options
Diffstat (limited to 'arch/blackfin/include/asm/gptimers.h')
-rw-r--r-- | arch/blackfin/include/asm/gptimers.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/blackfin/include/asm/gptimers.h b/arch/blackfin/include/asm/gptimers.h index a29f649e1729..b0f847ae4bf4 100644 --- a/arch/blackfin/include/asm/gptimers.h +++ b/arch/blackfin/include/asm/gptimers.h | |||
@@ -17,14 +17,14 @@ | |||
17 | /* | 17 | /* |
18 | * BF51x/BF52x/BF537: 8 timers: | 18 | * BF51x/BF52x/BF537: 8 timers: |
19 | */ | 19 | */ |
20 | #if defined(CONFIG_BF51x) || defined(BF527_FAMILY) || defined(BF537_FAMILY) | 20 | #if defined(CONFIG_BF51x) || defined(CONFIG_BF52x) || defined(BF537_FAMILY) |
21 | # define MAX_BLACKFIN_GPTIMERS 8 | 21 | # define MAX_BLACKFIN_GPTIMERS 8 |
22 | # define TIMER0_GROUP_REG TIMER_ENABLE | 22 | # define TIMER0_GROUP_REG TIMER_ENABLE |
23 | #endif | 23 | #endif |
24 | /* | 24 | /* |
25 | * BF54x: 11 timers (BF542: 8 timers): | 25 | * BF54x: 11 timers (BF542: 8 timers): |
26 | */ | 26 | */ |
27 | #if defined(BF548_FAMILY) | 27 | #if defined(CONFIG_BF54x) |
28 | # ifdef CONFIG_BF542 | 28 | # ifdef CONFIG_BF542 |
29 | # define MAX_BLACKFIN_GPTIMERS 8 | 29 | # define MAX_BLACKFIN_GPTIMERS 8 |
30 | # else | 30 | # else |