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-bf537/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-bf537/Kconfig')
-rw-r--r-- | arch/blackfin/mach-bf537/Kconfig | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/arch/blackfin/mach-bf537/Kconfig b/arch/blackfin/mach-bf537/Kconfig index 8255374c04aa..bbc08fd4f122 100644 --- a/arch/blackfin/mach-bf537/Kconfig +++ b/arch/blackfin/mach-bf537/Kconfig | |||
@@ -64,29 +64,29 @@ config IRQ_MAC_RX | |||
64 | config IRQ_MAC_TX | 64 | config IRQ_MAC_TX |
65 | int "IRQ_MAC_TX" | 65 | int "IRQ_MAC_TX" |
66 | default 11 | 66 | default 11 |
67 | config IRQ_TMR0 | 67 | config IRQ_TIMER0 |
68 | int "IRQ_TMR0" | 68 | int "IRQ_TIMER0" |
69 | default 12 | 69 | default 8 |
70 | config IRQ_TMR1 | 70 | config IRQ_TIMER1 |
71 | int "IRQ_TMR1" | 71 | int "IRQ_TIMER1" |
72 | default 12 | 72 | default 12 |
73 | config IRQ_TMR2 | 73 | config IRQ_TIMER2 |
74 | int "IRQ_TMR2" | 74 | int "IRQ_TIMER2" |
75 | default 12 | 75 | default 12 |
76 | config IRQ_TMR3 | 76 | config IRQ_TIMER3 |
77 | int "IRQ_TMR3" | 77 | int "IRQ_TIMER3" |
78 | default 12 | 78 | default 12 |
79 | config IRQ_TMR4 | 79 | config IRQ_TIMER4 |
80 | int "IRQ_TMR4" | 80 | int "IRQ_TIMER4" |
81 | default 12 | 81 | default 12 |
82 | config IRQ_TMR5 | 82 | config IRQ_TIMER5 |
83 | int "IRQ_TMR5" | 83 | int "IRQ_TIMER5" |
84 | default 12 | 84 | default 12 |
85 | config IRQ_TMR6 | 85 | config IRQ_TIMER6 |
86 | int "IRQ_TMR6" | 86 | int "IRQ_TIMER6" |
87 | default 12 | 87 | default 12 |
88 | config IRQ_TMR7 | 88 | config IRQ_TIMER7 |
89 | int "IRQ_TMR7" | 89 | int "IRQ_TIMER7" |
90 | default 12 | 90 | default 12 |
91 | config IRQ_PROG_INTA | 91 | config IRQ_PROG_INTA |
92 | int "IRQ_PROG_INTA" | 92 | int "IRQ_PROG_INTA" |