diff options
author | Yi Li <yi.li@analog.com> | 2009-01-07 10:14:39 -0500 |
---|---|---|
committer | Bryan Wu <cooloney@kernel.org> | 2009-01-07 10:14:39 -0500 |
commit | 6a01f230339321292cf065551f8cf55361052461 (patch) | |
tree | 7ac2ac8fc9f05a7315ef6a7f6f0a387433c62c14 /arch/blackfin/mach-bf518/Kconfig | |
parent | 5105432a3201e3f0e6c219cd0a74feee1e5e262b (diff) |
Blackfin arch: merge adeos blackfin part to arch/blackfin/
[Mike Frysinger <vapier.adi@gmail.com>:
- handle bf531/bf532/bf534/bf536 variants in ipipe.h
- cleanup IPIPE logic for bfin_set_irq_handler()
- cleanup ipipe asm code a bit and add missing ENDPROC()
- simplify IPIPE code in trap_c
- unify some of the IPIPE code and fix style
- simplify DO_IRQ_L1 handling with ipipe code
- revert IRQ_SW_INT# addition from ipipe merge
- remove duplicate get_{c,s}clk() prototypes
]
Signed-off-by: Yi Li <yi.li@analog.com>
Signed-off-by: Mike Frysinger <vapier.adi@gmail.com>
Signed-off-by: Bryan Wu <cooloney@kernel.org>
Diffstat (limited to 'arch/blackfin/mach-bf518/Kconfig')
-rw-r--r-- | arch/blackfin/mach-bf518/Kconfig | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/arch/blackfin/mach-bf518/Kconfig b/arch/blackfin/mach-bf518/Kconfig index 00f2d3700637..f397ede006bf 100644 --- a/arch/blackfin/mach-bf518/Kconfig +++ b/arch/blackfin/mach-bf518/Kconfig | |||
@@ -154,29 +154,29 @@ config IRQ_MAC_TX | |||
154 | config IRQ_PORTH_INTB | 154 | config IRQ_PORTH_INTB |
155 | int "IRQ_PORTH_INTB" | 155 | int "IRQ_PORTH_INTB" |
156 | default 11 | 156 | default 11 |
157 | config IRQ_TMR0 | 157 | config IRQ_TIMER0 |
158 | int "IRQ_TMR0" | 158 | int "IRQ_TIMER0" |
159 | default 12 | 159 | default 8 |
160 | config IRQ_TMR1 | 160 | config IRQ_TIMER1 |
161 | int "IRQ_TMR1" | 161 | int "IRQ_TIMER1" |
162 | default 12 | 162 | default 12 |
163 | config IRQ_TMR2 | 163 | config IRQ_TIMER2 |
164 | int "IRQ_TMR2" | 164 | int "IRQ_TIMER2" |
165 | default 12 | 165 | default 12 |
166 | config IRQ_TMR3 | 166 | config IRQ_TIMER3 |
167 | int "IRQ_TMR3" | 167 | int "IRQ_TIMER3" |
168 | default 12 | 168 | default 12 |
169 | config IRQ_TMR4 | 169 | config IRQ_TIMER4 |
170 | int "IRQ_TMR4" | 170 | int "IRQ_TIMER4" |
171 | default 12 | 171 | default 12 |
172 | config IRQ_TMR5 | 172 | config IRQ_TIMER5 |
173 | int "IRQ_TMR5" | 173 | int "IRQ_TIMER5" |
174 | default 12 | 174 | default 12 |
175 | config IRQ_TMR6 | 175 | config IRQ_TIMER6 |
176 | int "IRQ_TMR6" | 176 | int "IRQ_TIMER6" |
177 | default 12 | 177 | default 12 |
178 | config IRQ_TMR7 | 178 | config IRQ_TIMER7 |
179 | int "IRQ_TMR7" | 179 | int "IRQ_TIMER7" |
180 | default 12 | 180 | default 12 |
181 | config IRQ_PORTG_INTA | 181 | config IRQ_PORTG_INTA |
182 | int "IRQ_PORTG_INTA" | 182 | int "IRQ_PORTG_INTA" |