Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
[pandora-kernel.git] / arch / blackfin / mach-bf533 / Kconfig
1 if (BF533 || BF532 || BF531)
2
3 source "arch/blackfin/mach-bf533/boards/Kconfig"
4
5 menu "BF533/2/1 Specific Configuration"
6
7 comment "Interrupt Priority Assignment"
8 menu "Priority"
9
10 config UART_ERROR
11         int "UART ERROR"
12         default 7
13 config SPORT0_ERROR
14         int "SPORT0 ERROR"
15         default 7
16 config SPI_ERROR
17         int "SPI ERROR"
18         default 7
19 config SPORT1_ERROR
20         int "SPORT1 ERROR"
21         default 7
22 config PPI_ERROR
23         int "PPI ERROR"
24         default 7
25 config DMA_ERROR
26         int "DMA ERROR"
27         default 7
28 config PLLWAKE_ERROR
29         int "PLL WAKEUP ERROR"
30         default 7
31
32 config RTC_ERROR
33         int "RTC ERROR"
34         default 8
35 config DMA0_PPI
36         int "DMA0 PPI"
37         default 8
38
39 config DMA1_SPORT0RX
40         int "DMA1 (SPORT0 RX)"
41         default 9
42 config DMA2_SPORT0TX
43         int "DMA2 (SPORT0 TX)"
44         default 9
45 config DMA3_SPORT1RX
46         int "DMA3 (SPORT1 RX)"
47         default 9
48 config DMA4_SPORT1TX
49         int "DMA4 (SPORT1 TX)"
50         default 9
51 config DMA5_SPI
52         int "DMA5 (SPI)"
53         default 10
54 config DMA6_UARTRX
55         int "DMA6 (UART0 RX)"
56         default 10
57 config DMA7_UARTTX
58         int "DMA7 (UART0 TX)"
59         default 10
60 config TIMER0
61         int "TIMER0"
62         default 7 if TICKSOURCE_GPTMR0
63         default 8
64 config TIMER1
65         int "TIMER1"
66         default 11
67 config TIMER2
68         int "TIMER2"
69         default 11
70 config PFA
71         int "PF Interrupt A"
72         default 12
73 config PFB
74         int "PF Interrupt B"
75         default 12
76 config MEMDMA0
77         int "MEMORY DMA0"
78         default 13
79 config MEMDMA1
80         int "MEMORY DMA1"
81         default 13
82 config WDTIMER
83         int "WATCH DOG TIMER"
84         default 13
85
86         help
87           Enter the priority numbers between 7-13 ONLY.  Others are Reserved.
88           This applies to all the above.  It is not recommended to assign the
89           highest priority number 7 to UART or any other device.
90
91 endmenu
92
93 endmenu
94
95 endif