blob: 6965dd59af4c58c0c223916e702a2a8e18d4d3c4 [file] [log] [blame]
Mike Frysinger4f25eb82007-11-15 20:49:44 +08001if (BF561)
2
3source "arch/blackfin/mach-bf561/boards/Kconfig"
Bryan Wu1394f032007-05-06 14:50:22 -07004
5menu "BF561 Specific Configuration"
6
Graf Yangc51b4482009-01-07 23:14:39 +08007if (!SMP)
Bryan Wu1394f032007-05-06 14:50:22 -07008
Graf Yangc51b4482009-01-07 23:14:39 +08009comment "Core B Support"
Bryan Wu1394f032007-05-06 14:50:22 -070010
11config BF561_COREB
Mike Frysingerc8f36dc2009-05-14 14:55:50 +000012 bool "Enable Core B loader"
Bryan Wu1394f032007-05-06 14:50:22 -070013 default y
14
Graf Yangc51b4482009-01-07 23:14:39 +080015endif
Bryan Wu1394f032007-05-06 14:50:22 -070016
17comment "Interrupt Priority Assignment"
18
19menu "Priority"
20
21config IRQ_PLL_WAKEUP
22 int "PLL Wakeup Interrupt"
23 default 7
24config IRQ_DMA1_ERROR
25 int "DMA1 Error (generic)"
26 default 7
27config IRQ_DMA2_ERROR
28 int "DMA2 Error (generic)"
29 default 7
30config IRQ_IMDMA_ERROR
31 int "IMDMA Error (generic)"
32 default 7
33config IRQ_PPI0_ERROR
34 int "PPI0 Error Interrupt"
35 default 7
36config IRQ_PPI1_ERROR
37 int "PPI1 Error Interrupt"
38 default 7
39config IRQ_SPORT0_ERROR
40 int "SPORT0 Error Interrupt"
41 default 7
42config IRQ_SPORT1_ERROR
43 int "SPORT1 Error Interrupt"
44 default 7
45config IRQ_SPI_ERROR
46 int "SPI Error Interrupt"
47 default 7
48config IRQ_UART_ERROR
49 int "UART Error Interrupt"
50 default 7
51config IRQ_RESERVED_ERROR
52 int "Reserved Interrupt"
53 default 7
54config IRQ_DMA1_0
55 int "DMA1 0 Interrupt(PPI1)"
56 default 8
57config IRQ_DMA1_1
58 int "DMA1 1 Interrupt(PPI2)"
59 default 8
60config IRQ_DMA1_2
61 int "DMA1 2 Interrupt"
62 default 8
63config IRQ_DMA1_3
64 int "DMA1 3 Interrupt"
65 default 8
66config IRQ_DMA1_4
67 int "DMA1 4 Interrupt"
68 default 8
69config IRQ_DMA1_5
70 int "DMA1 5 Interrupt"
71 default 8
72config IRQ_DMA1_6
73 int "DMA1 6 Interrupt"
74 default 8
75config IRQ_DMA1_7
76 int "DMA1 7 Interrupt"
77 default 8
78config IRQ_DMA1_8
79 int "DMA1 8 Interrupt"
80 default 8
81config IRQ_DMA1_9
82 int "DMA1 9 Interrupt"
83 default 8
84config IRQ_DMA1_10
85 int "DMA1 10 Interrupt"
86 default 8
87config IRQ_DMA1_11
88 int "DMA1 11 Interrupt"
89 default 8
90config IRQ_DMA2_0
91 int "DMA2 0 (SPORT0 RX)"
92 default 9
93config IRQ_DMA2_1
94 int "DMA2 1 (SPORT0 TX)"
95 default 9
96config IRQ_DMA2_2
97 int "DMA2 2 (SPORT1 RX)"
98 default 9
99config IRQ_DMA2_3
100 int "DMA2 3 (SPORT2 TX)"
101 default 9
102config IRQ_DMA2_4
103 int "DMA2 4 (SPI)"
104 default 9
105config IRQ_DMA2_5
106 int "DMA2 5 (UART RX)"
107 default 9
108config IRQ_DMA2_6
109 int "DMA2 6 (UART TX)"
110 default 9
111config IRQ_DMA2_7
112 int "DMA2 7 Interrupt"
113 default 9
114config IRQ_DMA2_8
115 int "DMA2 8 Interrupt"
116 default 9
117config IRQ_DMA2_9
118 int "DMA2 9 Interrupt"
119 default 9
120config IRQ_DMA2_10
121 int "DMA2 10 Interrupt"
122 default 9
123config IRQ_DMA2_11
124 int "DMA2 11 Interrupt"
125 default 9
126config IRQ_TIMER0
127 int "TIMER 0 Interrupt"
Yi Li6a01f232009-01-07 23:14:39 +0800128 default 8
Bryan Wu1394f032007-05-06 14:50:22 -0700129config IRQ_TIMER1
130 int "TIMER 1 Interrupt"
131 default 10
132config IRQ_TIMER2
133 int "TIMER 2 Interrupt"
134 default 10
135config IRQ_TIMER3
136 int "TIMER 3 Interrupt"
137 default 10
138config IRQ_TIMER4
139 int "TIMER 4 Interrupt"
140 default 10
141config IRQ_TIMER5
142 int "TIMER 5 Interrupt"
143 default 10
144config IRQ_TIMER6
145 int "TIMER 6 Interrupt"
146 default 10
147config IRQ_TIMER7
148 int "TIMER 7 Interrupt"
149 default 10
150config IRQ_TIMER8
151 int "TIMER 8 Interrupt"
152 default 10
153config IRQ_TIMER9
154 int "TIMER 9 Interrupt"
155 default 10
156config IRQ_TIMER10
157 int "TIMER 10 Interrupt"
158 default 10
159config IRQ_TIMER11
160 int "TIMER 11 Interrupt"
161 default 10
162config IRQ_PROG0_INTA
163 int "Programmable Flags0 A (8)"
164 default 11
165config IRQ_PROG0_INTB
166 int "Programmable Flags0 B (8)"
167 default 11
168config IRQ_PROG1_INTA
169 int "Programmable Flags1 A (8)"
170 default 11
171config IRQ_PROG1_INTB
172 int "Programmable Flags1 B (8)"
173 default 11
174config IRQ_PROG2_INTA
175 int "Programmable Flags2 A (8)"
176 default 11
177config IRQ_PROG2_INTB
178 int "Programmable Flags2 B (8)"
179 default 11
180config IRQ_DMA1_WRRD0
181 int "MDMA1 0 write/read INT"
182 default 8
183config IRQ_DMA1_WRRD1
184 int "MDMA1 1 write/read INT"
185 default 8
186config IRQ_DMA2_WRRD0
187 int "MDMA2 0 write/read INT"
188 default 9
189config IRQ_DMA2_WRRD1
190 int "MDMA2 1 write/read INT"
191 default 9
192config IRQ_IMDMA_WRRD0
193 int "IMDMA 0 write/read INT"
194 default 12
195config IRQ_IMDMA_WRRD1
196 int "IMDMA 1 write/read INT"
197 default 12
198config IRQ_WDTIMER
199 int "Watch Dog Timer"
200 default 13
201
202 help
203 Enter the priority numbers between 7-13 ONLY. Others are Reserved.
204 This applies to all the above. It is not recommended to assign the
205 highest priority number 7 to UART or any other device.
206
207endmenu
208
209endmenu
210
211endif