Pull cpuidle into release branch
[pandora-kernel.git] / arch / blackfin / mach-bf537 / Kconfig
1 if (BF537 || BF534 || BF536)
2
3 menu "BF537 Specific Configuration"
4
5 comment "Interrupt Priority Assignment"
6 menu "Priority"
7
8 config IRQ_PLL_WAKEUP
9         int "IRQ_PLL_WAKEUP"
10         default 7
11 config IRQ_DMA_ERROR
12         int "IRQ_DMA_ERROR Generic"
13         default 7
14 config IRQ_ERROR
15         int "IRQ_ERROR: CAN MAC SPORT0 SPORT1 SPI UART0 UART1"
16         default 7
17 config IRQ_RTC
18         int "IRQ_RTC"
19         default 8
20 config IRQ_PPI
21         int "IRQ_PPI"
22         default 8
23 config IRQ_SPORT0_RX
24         int "IRQ_SPORT0_RX"
25         default 9
26 config IRQ_SPORT0_TX
27         int "IRQ_SPORT0_TX"
28         default 9
29 config IRQ_SPORT1_RX
30         int "IRQ_SPORT1_RX"
31         default 9
32 config IRQ_SPORT1_TX
33         int "IRQ_SPORT1_TX"
34         default 9
35 config IRQ_TWI
36         int "IRQ_TWI"
37         default 10
38 config IRQ_SPI
39         int "IRQ_SPI"
40         default 10
41 config IRQ_UART0_RX
42         int "IRQ_UART0_RX"
43         default 10
44 config IRQ_UART0_TX
45         int "IRQ_UART0_TX"
46         default 10
47 config IRQ_UART1_RX
48         int "IRQ_UART1_RX"
49         default 10
50 config IRQ_UART1_TX
51         int "IRQ_UART1_TX"
52         default 10
53 config IRQ_CAN_RX
54         int "IRQ_CAN_RX"
55         default 11
56 config IRQ_CAN_TX
57         int "IRQ_CAN_TX"
58         default 11
59 config IRQ_MAC_RX
60         int "IRQ_MAC_RX"
61         default 11
62 config IRQ_MAC_TX
63         int "IRQ_MAC_TX"
64         default 11
65 config IRQ_TMR0
66         int "IRQ_TMR0"
67         default 12
68 config IRQ_TMR1
69         int "IRQ_TMR1"
70         default 12
71 config IRQ_TMR2
72         int "IRQ_TMR2"
73         default 12
74 config IRQ_TMR3
75         int "IRQ_TMR3"
76         default 12
77 config IRQ_TMR4
78         int "IRQ_TMR4"
79         default 12
80 config IRQ_TMR5
81         int "IRQ_TMR5"
82         default 12
83 config IRQ_TMR6
84         int "IRQ_TMR6"
85         default 12
86 config IRQ_TMR7
87         int "IRQ_TMR7"
88         default 12
89 config IRQ_PROG_INTA
90         int "IRQ_PROG_INTA"
91         default 12
92 config IRQ_PORTG_INTB
93         int "IRQ_PORTG_INTB"
94         default 12
95 config IRQ_MEM_DMA0
96         int "IRQ_MEM_DMA0"
97         default 13
98 config IRQ_MEM_DMA1
99         int "IRQ_MEM_DMA1"
100         default 13
101 config 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
110 endmenu
111
112 endmenu
113
114 endif