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
181 config IRQ_PORTG_INTA
184 config IRQ_PORTG_INTB
196 config IRQ_PORTF_INTA
199 config IRQ_PORTF_INTB
202 config IRQ_SPI0_ERROR
205 config IRQ_SPI1_ERROR
225 Enter the priority numbers between 7-13 ONLY. Others are Reserved.
226 This applies to all the above. It is not recommended to assign the
227 highest priority number 7 to UART or any other device.