• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# SPDX-License-Identifier: GPL-2.0
2if (BF537 || BF534 || BF536)
3
4source "arch/blackfin/mach-bf537/boards/Kconfig"
5
6menu "BF537 Specific Configuration"
7
8comment "Interrupt Priority Assignment"
9menu "Priority"
10
11config IRQ_PLL_WAKEUP
12	int "IRQ_PLL_WAKEUP"
13	default 7
14config IRQ_DMA_ERROR
15	int "IRQ_DMA_ERROR Generic"
16	default 7
17config IRQ_ERROR
18	int "IRQ_ERROR: PPI CAN MAC SPORT0 SPORT1 SPI UART0 UART1"
19	default 11
20config IRQ_RTC
21	int "IRQ_RTC"
22	default 8
23config IRQ_PPI
24	int "IRQ_PPI"
25	default 8
26config IRQ_SPORT0_RX
27	int "IRQ_SPORT0_RX"
28	default 9
29config IRQ_SPORT0_TX
30	int "IRQ_SPORT0_TX"
31	default 9
32config IRQ_SPORT1_RX
33	int "IRQ_SPORT1_RX"
34	default 9
35config IRQ_SPORT1_TX
36	int "IRQ_SPORT1_TX"
37	default 9
38config IRQ_TWI
39	int "IRQ_TWI"
40	default 10
41config IRQ_SPI
42	int "IRQ_SPI"
43	default 10
44config IRQ_UART0_RX
45	int "IRQ_UART0_RX"
46	default 10
47config IRQ_UART0_TX
48	int "IRQ_UART0_TX"
49	default 10
50config IRQ_UART1_RX
51	int "IRQ_UART1_RX"
52	default 10
53config IRQ_UART1_TX
54	int "IRQ_UART1_TX"
55	default 10
56config IRQ_CAN_RX
57	int "IRQ_CAN_RX"
58	default 11
59config IRQ_CAN_TX
60	int "IRQ_CAN_TX"
61	default 11
62config IRQ_MAC_RX
63	int "IRQ_MAC_RX"
64	default 11
65config IRQ_MAC_TX
66	int "IRQ_MAC_TX"
67	default 11
68config IRQ_TIMER0
69	int "IRQ_TIMER0"
70	default 7 if TICKSOURCE_GPTMR0
71	default 8
72config IRQ_TIMER1
73	int "IRQ_TIMER1"
74	default 12
75config IRQ_TIMER2
76	int "IRQ_TIMER2"
77	default 12
78config IRQ_TIMER3
79	int "IRQ_TIMER3"
80	default 12
81config IRQ_TIMER4
82	int "IRQ_TIMER4"
83	default 12
84config IRQ_TIMER5
85	int "IRQ_TIMER5"
86	default 12
87config IRQ_TIMER6
88	int "IRQ_TIMER6"
89	default 12
90config IRQ_TIMER7
91	int "IRQ_TIMER7"
92	default 12
93config IRQ_PROG_INTA
94	int "IRQ_PROG_INTA"
95	default 12
96config IRQ_PORTG_INTB
97	int "IRQ_PORTG_INTB"
98	default 12
99config IRQ_MEM_DMA0
100	int "IRQ_MEM_DMA0"
101	default 13
102config IRQ_MEM_DMA1
103	int "IRQ_MEM_DMA1"
104	default 13
105config IRQ_WATCH
106	int "IRQ_WATCH"
107	default 13
108
109	help
110	  Enter the priority numbers between 7-13 ONLY.  Others are Reserved.
111	  This applies to all the above.  It is not recommended to assign the
112	  highest priority number 7 to UART or any other device.
113
114endmenu
115
116endmenu
117
118endif
119