Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[sfrench/cifs-2.6.git] / arch / blackfin / mach-bf538 / Kconfig
1 # SPDX-License-Identifier: GPL-2.0
2 if (BF538 || BF539)
3
4 source "arch/blackfin/mach-bf538/boards/Kconfig"
5
6 menu "BF538 Specific Configuration"
7
8 comment "Interrupt Priority Assignment"
9 menu "Priority"
10
11 config IRQ_PLL_WAKEUP
12         int "IRQ_PLL_WAKEUP"
13         default 7
14 config IRQ_DMA0_ERROR
15         int "IRQ_DMA0_ERROR"
16         default 7
17 config IRQ_PPI_ERROR
18         int "IRQ_PPI_ERROR"
19         default 7
20 config IRQ_SPORT0_ERROR
21         int "IRQ_SPORT0_ERROR"
22         default 7
23 config IRQ_SPORT1_ERROR
24         int "IRQ_SPORT1_ERROR"
25         default 7
26 config IRQ_SPI0_ERROR
27         int "IRQ_SPI0_ERROR"
28         default 7
29 config IRQ_UART0_ERROR
30         int "IRQ_UART0_ERROR"
31         default 7
32 config IRQ_RTC
33         int "IRQ_RTC"
34         default 8
35 config IRQ_PPI
36         int "IRQ_PPI"
37         default 8
38 config IRQ_SPORT0_RX
39         int "IRQ_SPORT0_RX"
40         default 9
41 config IRQ_SPORT0_TX
42         int "IRQ_SPORT0_TX"
43         default 9
44 config IRQ_SPORT1_RX
45         int "IRQ_SPORT1_RX"
46         default 9
47 config IRQ_SPORT1_TX
48         int "IRQ_SPORT1_TX"
49         default 9
50 config IRQ_SPI0
51         int "IRQ_SPI0"
52         default 10
53 config IRQ_UART0_RX
54         int "IRQ_UART0_RX"
55         default 10
56 config IRQ_UART0_TX
57         int "IRQ_UART0_TX"
58         default 10
59 config IRQ_TIMER0
60         int "IRQ_TIMER0"
61         default 7 if TICKSOURCE_GPTMR0
62         default 8
63 config IRQ_TIMER1
64         int "IRQ_TIMER1"
65         default 11
66 config IRQ_TIMER2
67         int "IRQ_TIMER2"
68         default 11
69 config IRQ_PORTF_INTA
70         int "IRQ_PORTF_INTA"
71         default 12
72 config IRQ_PORTF_INTB
73         int "IRQ_PORTF_INTB"
74         default 12
75 config IRQ_MEM0_DMA0
76         int "IRQ_MEM0_DMA0"
77         default 13
78 config IRQ_MEM0_DMA1
79         int "IRQ_MEM0_DMA1"
80         default 13
81 config IRQ_WATCH
82         int "IRQ_WATCH"
83         default 13
84 config IRQ_DMA1_ERROR
85         int "IRQ_DMA1_ERROR"
86         default 7
87 config IRQ_SPORT2_ERROR
88         int "IRQ_SPORT2_ERROR"
89         default 7
90 config IRQ_SPORT3_ERROR
91         int "IRQ_SPORT3_ERROR"
92         default 7
93 config IRQ_SPI1_ERROR
94         int "IRQ_SPI1_ERROR"
95         default 7
96 config IRQ_SPI2_ERROR
97         int "IRQ_SPI2_ERROR"
98         default 7
99 config IRQ_UART1_ERROR
100         int "IRQ_UART1_ERROR"
101         default 7
102 config IRQ_UART2_ERROR
103         int "IRQ_UART2_ERROR"
104         default 7
105 config IRQ_CAN_ERROR
106         int "IRQ_CAN_ERROR"
107         default 7
108 config IRQ_SPORT2_RX
109         int "IRQ_SPORT2_RX"
110         default 9
111 config IRQ_SPORT2_TX
112         int "IRQ_SPORT2_TX"
113         default 9
114 config IRQ_SPORT3_RX
115         int "IRQ_SPORT3_RX"
116         default 9
117 config IRQ_SPORT3_TX
118         int "IRQ_SPORT3_TX"
119         default 9
120 config IRQ_SPI1
121         int "IRQ_SPI1"
122         default 10
123 config IRQ_SPI2
124         int "IRQ_SPI2"
125         default 10
126 config IRQ_UART1_RX
127         int "IRQ_UART1_RX"
128         default 10
129 config IRQ_UART1_TX
130         int "IRQ_UART1_TX"
131         default 10
132 config IRQ_UART2_RX
133         int "IRQ_UART2_RX"
134         default 10
135 config IRQ_UART2_TX
136         int "IRQ_UART2_TX"
137         default 10
138 config IRQ_TWI0
139         int "IRQ_TWI0"
140         default 11
141 config IRQ_TWI1
142         int "IRQ_TWI1"
143         default 11
144 config IRQ_CAN_RX
145         int "IRQ_CAN_RX"
146         default 11
147 config IRQ_CAN_TX
148         int "IRQ_CAN_TX"
149         default 11
150 config IRQ_MEM1_DMA0
151         int "IRQ_MEM1_DMA0"
152         default 13
153 config IRQ_MEM1_DMA1
154         int "IRQ_MEM1_DMA1"
155         default 13
156
157         help
158           Enter the priority numbers between 7-13 ONLY.  Others are Reserved.
159           This applies to all the above.  It is not recommended to assign the
160           highest priority number 7 to UART or any other device.
161
162 endmenu
163
164 endmenu
165
166 endif