blob: e6648db0951931a694bd4c28c3b2b6e19889ec31 [file] [log] [blame]
Bryan Wu1394f032007-05-06 14:50:22 -07001if (BF537 || BF534 || BF536)
2
3menu "BF537 Specific Configuration"
4
Bryan Wu1394f032007-05-06 14:50:22 -07005comment "Interrupt Priority Assignment"
6menu "Priority"
7
8config IRQ_PLL_WAKEUP
9 int "IRQ_PLL_WAKEUP"
10 default 7
11config IRQ_DMA_ERROR
12 int "IRQ_DMA_ERROR Generic"
13 default 7
14config IRQ_ERROR
15 int "IRQ_ERROR: CAN MAC SPORT0 SPORT1 SPI UART0 UART1"
16 default 7
17config IRQ_RTC
18 int "IRQ_RTC"
19 default 8
20config IRQ_PPI
21 int "IRQ_PPI"
22 default 8
23config IRQ_SPORT0_RX
24 int "IRQ_SPORT0_RX"
25 default 9
26config IRQ_SPORT0_TX
27 int "IRQ_SPORT0_TX"
28 default 9
29config IRQ_SPORT1_RX
30 int "IRQ_SPORT1_RX"
31 default 9
32config IRQ_SPORT1_TX
33 int "IRQ_SPORT1_TX"
34 default 9
35config IRQ_TWI
36 int "IRQ_TWI"
37 default 10
38config IRQ_SPI
39 int "IRQ_SPI"
40 default 10
41config IRQ_UART0_RX
42 int "IRQ_UART0_RX"
43 default 10
44config IRQ_UART0_TX
45 int "IRQ_UART0_TX"
46 default 10
47config IRQ_UART1_RX
48 int "IRQ_UART1_RX"
49 default 10
50config IRQ_UART1_TX
51 int "IRQ_UART1_TX"
52 default 10
53config IRQ_CAN_RX
54 int "IRQ_CAN_RX"
55 default 11
56config IRQ_CAN_TX
57 int "IRQ_CAN_TX"
58 default 11
59config IRQ_MAC_RX
60 int "IRQ_MAC_RX"
61 default 11
62config IRQ_MAC_TX
63 int "IRQ_MAC_TX"
64 default 11
65config IRQ_TMR0
66 int "IRQ_TMR0"
67 default 12
68config IRQ_TMR1
69 int "IRQ_TMR1"
70 default 12
71config IRQ_TMR2
72 int "IRQ_TMR2"
73 default 12
74config IRQ_TMR3
75 int "IRQ_TMR3"
76 default 12
77config IRQ_TMR4
78 int "IRQ_TMR4"
79 default 12
80config IRQ_TMR5
81 int "IRQ_TMR5"
82 default 12
83config IRQ_TMR6
84 int "IRQ_TMR6"
85 default 12
86config IRQ_TMR7
87 int "IRQ_TMR7"
88 default 12
89config IRQ_PROG_INTA
90 int "IRQ_PROG_INTA"
91 default 12
92config IRQ_PORTG_INTB
93 int "IRQ_PORTG_INTB"
94 default 12
95config IRQ_MEM_DMA0
96 int "IRQ_MEM_DMA0"
97 default 13
98config IRQ_MEM_DMA1
99 int "IRQ_MEM_DMA1"
100 default 13
101config IRQ_WATCH
102 int "IRQ_WATCH"
103 default 13
104
105 help
106 Enter the priority numbers between 7-13 ONLY. Others are Reserved.
107 This applies to all the above. It is not recommended to assign the
108 highest priority number 7 to UART or any other device.
109
110endmenu
111
112endmenu
113
114endif