blob: bbc08fd4f122ae2ad71cc8ed661c50886703d8b0 [file] [log] [blame]
Bryan Wu1394f032007-05-06 14:50:22 -07001if (BF537 || BF534 || BF536)
2
Mike Frysinger4f25eb82007-11-15 20:49:44 +08003source "arch/blackfin/mach-bf537/boards/Kconfig"
4
Bryan Wu1394f032007-05-06 14:50:22 -07005menu "BF537 Specific Configuration"
6
Bryan Wu1394f032007-05-06 14:50:22 -07007comment "Interrupt Priority Assignment"
8menu "Priority"
9
10config IRQ_PLL_WAKEUP
11 int "IRQ_PLL_WAKEUP"
12 default 7
13config IRQ_DMA_ERROR
14 int "IRQ_DMA_ERROR Generic"
15 default 7
16config IRQ_ERROR
17 int "IRQ_ERROR: CAN MAC SPORT0 SPORT1 SPI UART0 UART1"
18 default 7
19config IRQ_RTC
20 int "IRQ_RTC"
21 default 8
22config IRQ_PPI
23 int "IRQ_PPI"
24 default 8
25config IRQ_SPORT0_RX
26 int "IRQ_SPORT0_RX"
27 default 9
28config IRQ_SPORT0_TX
29 int "IRQ_SPORT0_TX"
30 default 9
31config IRQ_SPORT1_RX
32 int "IRQ_SPORT1_RX"
33 default 9
34config IRQ_SPORT1_TX
35 int "IRQ_SPORT1_TX"
36 default 9
37config IRQ_TWI
38 int "IRQ_TWI"
39 default 10
40config IRQ_SPI
41 int "IRQ_SPI"
42 default 10
43config IRQ_UART0_RX
44 int "IRQ_UART0_RX"
45 default 10
46config IRQ_UART0_TX
47 int "IRQ_UART0_TX"
48 default 10
49config IRQ_UART1_RX
50 int "IRQ_UART1_RX"
51 default 10
52config IRQ_UART1_TX
53 int "IRQ_UART1_TX"
54 default 10
55config IRQ_CAN_RX
56 int "IRQ_CAN_RX"
57 default 11
58config IRQ_CAN_TX
59 int "IRQ_CAN_TX"
60 default 11
61config IRQ_MAC_RX
62 int "IRQ_MAC_RX"
63 default 11
64config IRQ_MAC_TX
65 int "IRQ_MAC_TX"
66 default 11
Yi Li6a01f232009-01-07 23:14:39 +080067config IRQ_TIMER0
68 int "IRQ_TIMER0"
69 default 8
70config IRQ_TIMER1
71 int "IRQ_TIMER1"
Bryan Wu1394f032007-05-06 14:50:22 -070072 default 12
Yi Li6a01f232009-01-07 23:14:39 +080073config IRQ_TIMER2
74 int "IRQ_TIMER2"
Bryan Wu1394f032007-05-06 14:50:22 -070075 default 12
Yi Li6a01f232009-01-07 23:14:39 +080076config IRQ_TIMER3
77 int "IRQ_TIMER3"
Bryan Wu1394f032007-05-06 14:50:22 -070078 default 12
Yi Li6a01f232009-01-07 23:14:39 +080079config IRQ_TIMER4
80 int "IRQ_TIMER4"
Bryan Wu1394f032007-05-06 14:50:22 -070081 default 12
Yi Li6a01f232009-01-07 23:14:39 +080082config IRQ_TIMER5
83 int "IRQ_TIMER5"
Bryan Wu1394f032007-05-06 14:50:22 -070084 default 12
Yi Li6a01f232009-01-07 23:14:39 +080085config IRQ_TIMER6
86 int "IRQ_TIMER6"
Bryan Wu1394f032007-05-06 14:50:22 -070087 default 12
Yi Li6a01f232009-01-07 23:14:39 +080088config IRQ_TIMER7
89 int "IRQ_TIMER7"
Bryan Wu1394f032007-05-06 14:50:22 -070090 default 12
91config IRQ_PROG_INTA
92 int "IRQ_PROG_INTA"
93 default 12
94config IRQ_PORTG_INTB
95 int "IRQ_PORTG_INTB"
96 default 12
97config IRQ_MEM_DMA0
98 int "IRQ_MEM_DMA0"
99 default 13
100config IRQ_MEM_DMA1
101 int "IRQ_MEM_DMA1"
102 default 13
103config IRQ_WATCH
104 int "IRQ_WATCH"
105 default 13
106
107 help
108 Enter the priority numbers between 7-13 ONLY. Others are Reserved.
109 This applies to all the above. It is not recommended to assign the
110 highest priority number 7 to UART or any other device.
111
112endmenu
113
114endmenu
115
116endif