3 source "arch/blackfin/mach-bf527/boards/Kconfig"
5 menu "BF527 Specific Configuration"
7 comment "Alternative Multiplexing Scheme"
11 default BF527_SPORT0_PORTG
13 Select PORT used for SPORT0. See Hardware Reference Manual
15 config BF527_SPORT0_PORTF
20 config BF527_SPORT0_PORTG
27 prompt "SPORT0 TSCLK Location"
28 depends on BF527_SPORT0_PORTG
29 default BF527_SPORT0_TSCLK_PG10
31 Select PIN used for SPORT0_TSCLK. See Hardware Reference Manual
33 config BF527_SPORT0_TSCLK_PG10
38 config BF527_SPORT0_TSCLK_PG14
46 default BF527_UART1_PORTF
48 Select PORT used for UART1. See Hardware Reference Manual
50 config BF527_UART1_PORTF
55 config BF527_UART1_PORTG
62 prompt "NAND (NFC) Data"
63 default BF527_NAND_D_PORTH
65 Select PORT used for NAND Data Bus. See Hardware Reference Manual
67 config BF527_NAND_D_PORTF
72 config BF527_NAND_D_PORTH
78 comment "Interrupt Priority Assignment"
105 config IRQ_SPORT0_ERROR
106 int "IRQ_SPORT0_ERROR"
108 config IRQ_SPORT1_ERROR
109 int "IRQ_SPORT1_ERROR"
111 config IRQ_UART0_ERROR
112 int "IRQ_UART0_ERROR"
114 config IRQ_UART1_ERROR
115 int "IRQ_UART1_ERROR"
162 config IRQ_PORTH_INTA
168 config IRQ_PORTH_INTB
195 config IRQ_PORTG_INTA
198 config IRQ_PORTG_INTB
210 config IRQ_PORTF_INTA
213 config IRQ_PORTF_INTB
222 config IRQ_HDMA_ERROR
245 Enter the priority numbers between 7-13 ONLY. Others are Reserved.
246 This applies to all the above. It is not recommended to assign the
247 highest priority number 7 to UART or any other device.