Kconfig 2.0 KB
Newer Older
B
Bryan Wu 已提交
1 2
if (BF537 || BF534 || BF536)

3 4
source "arch/blackfin/mach-bf537/boards/Kconfig"

B
Bryan Wu 已提交
5 6 7 8 9 10 11 12 13 14 15 16
menu "BF537 Specific Configuration"

comment "Interrupt Priority Assignment"
menu "Priority"

config IRQ_PLL_WAKEUP
	int "IRQ_PLL_WAKEUP"
	default 7
config IRQ_DMA_ERROR
	int "IRQ_DMA_ERROR Generic"
	default 7
config IRQ_ERROR
17 18
	int "IRQ_ERROR: PPI CAN MAC SPORT0 SPORT1 SPI UART0 UART1"
	default 11
B
Bryan Wu 已提交
19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66
config IRQ_RTC
	int "IRQ_RTC"
	default 8
config IRQ_PPI
	int "IRQ_PPI"
	default 8
config IRQ_SPORT0_RX
	int "IRQ_SPORT0_RX"
	default 9
config IRQ_SPORT0_TX
	int "IRQ_SPORT0_TX"
	default 9
config IRQ_SPORT1_RX
	int "IRQ_SPORT1_RX"
	default 9
config IRQ_SPORT1_TX
	int "IRQ_SPORT1_TX"
	default 9
config IRQ_TWI
	int "IRQ_TWI"
	default 10
config IRQ_SPI
	int "IRQ_SPI"
	default 10
config IRQ_UART0_RX
	int "IRQ_UART0_RX"
	default 10
config IRQ_UART0_TX
	int "IRQ_UART0_TX"
	default 10
config IRQ_UART1_RX
	int "IRQ_UART1_RX"
	default 10
config IRQ_UART1_TX
	int "IRQ_UART1_TX"
	default 10
config IRQ_CAN_RX
	int "IRQ_CAN_RX"
	default 11
config IRQ_CAN_TX
	int "IRQ_CAN_TX"
	default 11
config IRQ_MAC_RX
	int "IRQ_MAC_RX"
	default 11
config IRQ_MAC_TX
	int "IRQ_MAC_TX"
	default 11
67 68
config IRQ_TIMER0
	int "IRQ_TIMER0"
69
	default 7 if TICKSOURCE_GPTMR0
70 71 72
	default 8
config IRQ_TIMER1
	int "IRQ_TIMER1"
B
Bryan Wu 已提交
73
	default 12
74 75
config IRQ_TIMER2
	int "IRQ_TIMER2"
B
Bryan Wu 已提交
76
	default 12
77 78
config IRQ_TIMER3
	int "IRQ_TIMER3"
B
Bryan Wu 已提交
79
	default 12
80 81
config IRQ_TIMER4
	int "IRQ_TIMER4"
B
Bryan Wu 已提交
82
	default 12
83 84
config IRQ_TIMER5
	int "IRQ_TIMER5"
B
Bryan Wu 已提交
85
	default 12
86 87
config IRQ_TIMER6
	int "IRQ_TIMER6"
B
Bryan Wu 已提交
88
	default 12
89 90
config IRQ_TIMER7
	int "IRQ_TIMER7"
B
Bryan Wu 已提交
91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117
	default 12
config IRQ_PROG_INTA
	int "IRQ_PROG_INTA"
	default 12
config IRQ_PORTG_INTB
	int "IRQ_PORTG_INTB"
	default 12
config IRQ_MEM_DMA0
	int "IRQ_MEM_DMA0"
	default 13
config IRQ_MEM_DMA1
	int "IRQ_MEM_DMA1"
	default 13
config IRQ_WATCH
	int "IRQ_WATCH"
	default 13

	help
	  Enter the priority numbers between 7-13 ONLY.  Others are Reserved.
	  This applies to all the above.  It is not recommended to assign the
	  highest priority number 7 to UART or any other device.

endmenu

endmenu

endif