3 depends on (BF512 || BF514 || BF516 || BF518)
7 source "arch/blackfin/mach-bf518/boards/Kconfig"
9 menu "BF518 Specific Configuration"
11 comment "Alternative Multiplexing Scheme"
15 default BF518_SPORT0_PORTG
17 Select PORT used for SPORT0. See Hardware Reference Manual
19 config BF518_SPORT0_PORTF
24 config BF518_SPORT0_PORTG
31 prompt "SPORT0 TSCLK Location"
32 depends on BF518_SPORT0_PORTG
33 default BF518_SPORT0_TSCLK_PG10
35 Select PIN used for SPORT0_TSCLK. See Hardware Reference Manual
37 config BF518_SPORT0_TSCLK_PG10
42 config BF518_SPORT0_TSCLK_PG14
50 default BF518_UART1_PORTF
52 Select PORT used for UART1. See Hardware Reference Manual
54 config BF518_UART1_PORTF
59 config BF518_UART1_PORTG
65 comment "Interrupt Priority Assignment"
92 config IRQ_SPORT0_ERROR
93 int "IRQ_SPORT0_ERROR"
95 config IRQ_SPORT1_ERROR
96 int "IRQ_SPORT1_ERROR"
101 config IRQ_UART0_ERROR
102 int "IRQ_UART0_ERROR"
104 config IRQ_UART1_ERROR
105 int "IRQ_UART1_ERROR"
152 config IRQ_PORTH_INTA
158 config IRQ_PORTH_INTB
163 default 7 if TICKSOURCE_GPTMR0
186 config IRQ_PORTG_INTA
189 config IRQ_PORTG_INTB
201 config IRQ_PORTF_INTA
204 config IRQ_PORTF_INTB
207 config IRQ_SPI0_ERROR
210 config IRQ_SPI1_ERROR
230 Enter the priority numbers between 7-13 ONLY. Others are Reserved.
231 This applies to all the above. It is not recommended to assign the
232 highest priority number 7 to UART or any other device.