blob: 5c736837d4bfc727d720ab15ed1076544c159b43 [file] [log] [blame]
Michael Hennerich59003142007-10-21 16:54:27 +08001if (BF52x)
2
Mike Frysinger4f25eb82007-11-15 20:49:44 +08003source "arch/blackfin/mach-bf527/boards/Kconfig"
4
Michael Hennerich59003142007-10-21 16:54:27 +08005menu "BF527 Specific Configuration"
6
7comment "Alternative Multiplexing Scheme"
8
9choice
10 prompt "SPORT0"
11 default BF527_SPORT0_PORTG
12 help
13 Select PORT used for SPORT0. See Hardware Reference Manual
14
15config BF527_SPORT0_PORTF
16 bool "PORT F"
17 help
18 PORT F
19
20config BF527_SPORT0_PORTG
21 bool "PORT G"
22 help
23 PORT G
24endchoice
25
26choice
27 prompt "SPORT0 TSCLK Location"
28 depends on BF527_SPORT0_PORTG
29 default BF527_SPORT0_TSCLK_PG10
30 help
31 Select PIN used for SPORT0_TSCLK. See Hardware Reference Manual
32
33config BF527_SPORT0_TSCLK_PG10
34 bool "PORT PG10"
35 help
36 PORT PG10
37
38config BF527_SPORT0_TSCLK_PG14
39 bool "PORT PG14"
40 help
41 PORT PG14
42endchoice
43
44choice
45 prompt "UART1"
46 default BF527_UART1_PORTG
47 help
48 Select PORT used for UART1. See Hardware Reference Manual
49
50config BF527_UART1_PORTF
51 bool "PORT F"
52 help
53 PORT F
54
55config BF527_UART1_PORTG
56 bool "PORT G"
57 help
58 PORT G
59endchoice
60
61choice
62 prompt "NAND (NFC) Data"
63 default BF527_NAND_D_PORTH
64 help
65 Select PORT used for NAND Data Bus. See Hardware Reference Manual
66
67config BF527_NAND_D_PORTF
68 bool "PORT F"
69 help
70 PORT F
71
72config BF527_NAND_D_PORTH
73 bool "PORT H"
74 help
75 PORT H
76endchoice
77
78comment "Interrupt Priority Assignment"
79menu "Priority"
80
81config IRQ_PLL_WAKEUP
82 int "IRQ_PLL_WAKEUP"
83 default 7
84config IRQ_DMA0_ERROR
85 int "IRQ_DMA0_ERROR"
86 default 7
87config IRQ_DMAR0_BLK
88 int "IRQ_DMAR0_BLK"
89 default 7
90config IRQ_DMAR1_BLK
91 int "IRQ_DMAR1_BLK"
92 default 7
93config IRQ_DMAR0_OVR
94 int "IRQ_DMAR0_OVR"
95 default 7
96config IRQ_DMAR1_OVR
97 int "IRQ_DMAR1_OVR"
98 default 7
99config IRQ_PPI_ERROR
100 int "IRQ_PPI_ERROR"
101 default 7
102config IRQ_MAC_ERROR
103 int "IRQ_MAC_ERROR"
104 default 7
105config IRQ_SPORT0_ERROR
106 int "IRQ_SPORT0_ERROR"
107 default 7
108config IRQ_SPORT1_ERROR
109 int "IRQ_SPORT1_ERROR"
110 default 7
111config IRQ_UART0_ERROR
112 int "IRQ_UART0_ERROR"
113 default 7
114config IRQ_UART1_ERROR
115 int "IRQ_UART1_ERROR"
116 default 7
117config IRQ_RTC
118 int "IRQ_RTC"
119 default 8
120config IRQ_PPI
121 int "IRQ_PPI"
122 default 8
123config IRQ_SPORT0_RX
124 int "IRQ_SPORT0_RX"
125 default 9
126config IRQ_SPORT0_TX
127 int "IRQ_SPORT0_TX"
128 default 9
129config IRQ_SPORT1_RX
130 int "IRQ_SPORT1_RX"
131 default 9
132config IRQ_SPORT1_TX
133 int "IRQ_SPORT1_TX"
134 default 9
135config IRQ_TWI
136 int "IRQ_TWI"
137 default 10
138config IRQ_SPI
139 int "IRQ_SPI"
140 default 10
141config IRQ_UART0_RX
142 int "IRQ_UART0_RX"
143 default 10
144config IRQ_UART0_TX
145 int "IRQ_UART0_TX"
146 default 10
147config IRQ_UART1_RX
148 int "IRQ_UART1_RX"
149 default 10
150config IRQ_UART1_TX
151 int "IRQ_UART1_TX"
152 default 10
153config IRQ_OPTSEC
154 int "IRQ_OPTSEC"
155 default 11
156config IRQ_CNT
157 int "IRQ_CNT"
158 default 11
159config IRQ_MAC_RX
160 int "IRQ_MAC_RX"
161 default 11
162config IRQ_PORTH_INTA
163 int "IRQ_PORTH_INTA"
164 default 11
165config IRQ_MAC_TX
166 int "IRQ_MAC_TX/NFC"
167 default 11
168config IRQ_PORTH_INTB
169 int "IRQ_PORTH_INTB"
170 default 11
171config IRQ_TMR0
172 int "IRQ_TMR0"
173 default 12
174config IRQ_TMR1
175 int "IRQ_TMR1"
176 default 12
177config IRQ_TMR2
178 int "IRQ_TMR2"
179 default 12
180config IRQ_TMR3
181 int "IRQ_TMR3"
182 default 12
183config IRQ_TMR4
184 int "IRQ_TMR4"
185 default 12
186config IRQ_TMR5
187 int "IRQ_TMR5"
188 default 12
189config IRQ_TMR6
190 int "IRQ_TMR6"
191 default 12
192config IRQ_TMR7
193 int "IRQ_TMR7"
194 default 12
195config IRQ_PORTG_INTA
196 int "IRQ_PORTG_INTA"
197 default 12
198config IRQ_PORTG_INTB
199 int "IRQ_PORTG_INTB"
200 default 12
201config IRQ_MEM_DMA0
202 int "IRQ_MEM_DMA0"
203 default 13
204config IRQ_MEM_DMA1
205 int "IRQ_MEM_DMA1"
206 default 13
207config IRQ_WATCH
208 int "IRQ_WATCH"
209 default 13
210config IRQ_PORTF_INTA
211 int "IRQ_PORTF_INTA"
212 default 13
213config IRQ_PORTF_INTB
214 int "IRQ_PORTF_INTB"
215 default 13
216config IRQ_SPI_ERROR
217 int "IRQ_SPI_ERROR"
218 default 7
219config IRQ_NFC_ERROR
220 int "IRQ_NFC_ERROR"
221 default 7
222config IRQ_HDMA_ERROR
223 int "IRQ_HDMA_ERROR"
224 default 7
225config IRQ_HDMA
226 int "IRQ_HDMA"
227 default 7
228config IRQ_USB_EINT
229 int "IRQ_USB_EINT"
230 default 10
231config IRQ_USB_INT0
232 int "IRQ_USB_INT0"
233 default 10
234config IRQ_USB_INT1
235 int "IRQ_USB_INT1"
236 default 10
237config IRQ_USB_INT2
238 int "IRQ_USB_INT2"
239 default 10
240config IRQ_USB_DMA
241 int "IRQ_USB_DMA"
242 default 10
243
244 help
245 Enter the priority numbers between 7-13 ONLY. Others are Reserved.
246 This applies to all the above. It is not recommended to assign the
247 highest priority number 7 to UART or any other device.
248
249endmenu
250
251endmenu
252
253endif