3 source "arch/blackfin/mach-bf518/boards/Kconfig"
5 menu "BF518 Specific Configuration"
7 comment "Alternative Multiplexing Scheme"
11 default BF518_SPORT0_PORTG
13 Select PORT used for SPORT0. See Hardware Reference Manual
15 config BF518_SPORT0_PORTF
20 config BF518_SPORT0_PORTG
27 prompt "SPORT0 TSCLK Location"
28 depends on BF518_SPORT0_PORTG
29 default BF518_SPORT0_TSCLK_PG10
31 Select PIN used for SPORT0_TSCLK. See Hardware Reference Manual
33 config BF518_SPORT0_TSCLK_PG10
38 config BF518_SPORT0_TSCLK_PG14
46 default BF518_UART1_PORTF
48 Select PORT used for UART1. See Hardware Reference Manual
50 config BF518_UART1_PORTF
55 config BF518_UART1_PORTG
61 comment "Interrupt Priority Assignment"
88 config IRQ_SPORT0_ERROR
89 int "IRQ_SPORT0_ERROR"
91 config IRQ_SPORT1_ERROR
92 int "IRQ_SPORT1_ERROR"
97 config IRQ_UART0_ERROR
100 config IRQ_UART1_ERROR
101 int "IRQ_UART1_ERROR"
148 config IRQ_PORTH_INTA
154 config IRQ_PORTH_INTB
159 default 7 if TICKSOURCE_GPTMR0
182 config IRQ_PORTG_INTA
185 config IRQ_PORTG_INTB
197 config IRQ_PORTF_INTA
200 config IRQ_PORTF_INTB
203 config IRQ_SPI0_ERROR
206 config IRQ_SPI1_ERROR
226 Enter the priority numbers between 7-13 ONLY. Others are Reserved.
227 This applies to all the above. It is not recommended to assign the
228 highest priority number 7 to UART or any other device.