• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/mach-bf533/
1if (BF533 || BF532 || BF531)
2
3source "arch/blackfin/mach-bf533/boards/Kconfig"
4
5menu "BF533/2/1 Specific Configuration"
6
7comment "Interrupt Priority Assignment"
8menu "Priority"
9
10config UART_ERROR
11	int "UART ERROR"
12	default 7
13config SPORT0_ERROR
14	int "SPORT0 ERROR"
15	default 7
16config SPI_ERROR
17	int "SPI ERROR"
18	default 7
19config SPORT1_ERROR
20	int "SPORT1 ERROR"
21	default 7
22config PPI_ERROR
23	int "PPI ERROR"
24	default 7
25config DMA_ERROR
26	int "DMA ERROR"
27	default 7
28config PLLWAKE_ERROR
29	int "PLL WAKEUP ERROR"
30	default 7
31
32config RTC_ERROR
33	int "RTC ERROR"
34	default 8
35config DMA0_PPI
36	int "DMA0 PPI"
37	default 8
38
39config DMA1_SPORT0RX
40	int "DMA1 (SPORT0 RX)"
41	default 9
42config DMA2_SPORT0TX
43	int "DMA2 (SPORT0 TX)"
44	default 9
45config DMA3_SPORT1RX
46	int "DMA3 (SPORT1 RX)"
47	default 9
48config DMA4_SPORT1TX
49	int "DMA4 (SPORT1 TX)"
50	default 9
51config DMA5_SPI
52	int "DMA5 (SPI)"
53	default 10
54config DMA6_UARTRX
55	int "DMA6 (UART0 RX)"
56	default 10
57config DMA7_UARTTX
58	int "DMA7 (UART0 TX)"
59	default 10
60config TIMER0
61	int "TIMER0"
62	default 7 if TICKSOURCE_GPTMR0
63	default 8
64config TIMER1
65	int "TIMER1"
66	default 11
67config TIMER2
68	int "TIMER2"
69	default 11
70config PFA
71	int "PF Interrupt A"
72	default 12
73config PFB
74	int "PF Interrupt B"
75	default 12
76config MEMDMA0
77	int "MEMORY DMA0"
78	default 13
79config MEMDMA1
80	int "MEMORY DMA1"
81	default 13
82config 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
91endmenu
92
93endmenu
94
95endif
96