3 source "arch/blackfin/mach-bf561/boards/Kconfig"
5 menu "BF561 Specific Configuration"
9 comment "Core B Support"
12 bool "Enable Core B loader"
17 comment "Interrupt Priority Assignment"
22 int "PLL Wakeup Interrupt"
25 int "DMA1 Error (generic)"
28 int "DMA2 Error (generic)"
30 config IRQ_IMDMA_ERROR
31 int "IMDMA Error (generic)"
34 int "PPI0 Error Interrupt"
37 int "PPI1 Error Interrupt"
39 config IRQ_SPORT0_ERROR
40 int "SPORT0 Error Interrupt"
42 config IRQ_SPORT1_ERROR
43 int "SPORT1 Error Interrupt"
46 int "SPI Error Interrupt"
49 int "UART Error Interrupt"
51 config IRQ_RESERVED_ERROR
52 int "Reserved Interrupt"
55 int "DMA1 0 Interrupt(PPI1)"
58 int "DMA1 1 Interrupt(PPI2)"
61 int "DMA1 2 Interrupt"
64 int "DMA1 3 Interrupt"
67 int "DMA1 4 Interrupt"
70 int "DMA1 5 Interrupt"
73 int "DMA1 6 Interrupt"
76 int "DMA1 7 Interrupt"
79 int "DMA1 8 Interrupt"
82 int "DMA1 9 Interrupt"
85 int "DMA1 10 Interrupt"
88 int "DMA1 11 Interrupt"
91 int "DMA2 0 (SPORT0 RX)"
94 int "DMA2 1 (SPORT0 TX)"
97 int "DMA2 2 (SPORT1 RX)"
100 int "DMA2 3 (SPORT2 TX)"
106 int "DMA2 5 (UART RX)"
109 int "DMA2 6 (UART TX)"
112 int "DMA2 7 Interrupt"
115 int "DMA2 8 Interrupt"
118 int "DMA2 9 Interrupt"
121 int "DMA2 10 Interrupt"
124 int "DMA2 11 Interrupt"
127 int "TIMER 0 Interrupt"
128 default 7 if TICKSOURCE_GPTMR0
131 int "TIMER 1 Interrupt"
134 int "TIMER 2 Interrupt"
137 int "TIMER 3 Interrupt"
140 int "TIMER 4 Interrupt"
143 int "TIMER 5 Interrupt"
146 int "TIMER 6 Interrupt"
149 int "TIMER 7 Interrupt"
152 int "TIMER 8 Interrupt"
155 int "TIMER 9 Interrupt"
158 int "TIMER 10 Interrupt"
161 int "TIMER 11 Interrupt"
163 config IRQ_PROG0_INTA
164 int "Programmable Flags0 A (8)"
166 config IRQ_PROG0_INTB
167 int "Programmable Flags0 B (8)"
169 config IRQ_PROG1_INTA
170 int "Programmable Flags1 A (8)"
172 config IRQ_PROG1_INTB
173 int "Programmable Flags1 B (8)"
175 config IRQ_PROG2_INTA
176 int "Programmable Flags2 A (8)"
178 config IRQ_PROG2_INTB
179 int "Programmable Flags2 B (8)"
181 config IRQ_DMA1_WRRD0
182 int "MDMA1 0 write/read INT"
184 config IRQ_DMA1_WRRD1
185 int "MDMA1 1 write/read INT"
187 config IRQ_DMA2_WRRD0
188 int "MDMA2 0 write/read INT"
190 config IRQ_DMA2_WRRD1
191 int "MDMA2 1 write/read INT"
193 config IRQ_IMDMA_WRRD0
194 int "IMDMA 0 write/read INT"
196 config IRQ_IMDMA_WRRD1
197 int "IMDMA 1 write/read INT"
200 int "Watch Dog Timer"
204 Enter the priority numbers between 7-13 ONLY. Others are Reserved.
205 This applies to all the above. It is not recommended to assign the
206 highest priority number 7 to UART or any other device.