3 depends on (BF522 || BF523 || BF524 || BF525 || BF526 || BF527)
7 source "arch/blackfin/mach-bf527/boards/Kconfig"
9 menu "BF527 Specific Configuration"
11 comment "Alternative Multiplexing Scheme"
15 default BF527_SPORT0_PORTG
17 Select PORT used for SPORT0. See Hardware Reference Manual
19 config BF527_SPORT0_PORTF
24 config BF527_SPORT0_PORTG
31 prompt "SPORT0 TSCLK Location"
32 depends on BF527_SPORT0_PORTG
33 default BF527_SPORT0_TSCLK_PG10
35 Select PIN used for SPORT0_TSCLK. See Hardware Reference Manual
37 config BF527_SPORT0_TSCLK_PG10
42 config BF527_SPORT0_TSCLK_PG14
50 default BF527_UART1_PORTF
52 Select PORT used for UART1. See Hardware Reference Manual
54 config BF527_UART1_PORTF
59 config BF527_UART1_PORTG
66 prompt "NAND (NFC) Data"
67 default BF527_NAND_D_PORTH
69 Select PORT used for NAND Data Bus. See Hardware Reference Manual
71 config BF527_NAND_D_PORTF
76 config BF527_NAND_D_PORTH
82 comment "Interrupt Priority Assignment"
109 config IRQ_SPORT0_ERROR
110 int "IRQ_SPORT0_ERROR"
112 config IRQ_SPORT1_ERROR
113 int "IRQ_SPORT1_ERROR"
115 config IRQ_UART0_ERROR
116 int "IRQ_UART0_ERROR"
118 config IRQ_UART1_ERROR
119 int "IRQ_UART1_ERROR"
166 config IRQ_PORTH_INTA
172 config IRQ_PORTH_INTB
177 default 7 if TICKSOURCE_GPTMR0
200 config IRQ_PORTG_INTA
203 config IRQ_PORTG_INTB
215 config IRQ_PORTF_INTA
218 config IRQ_PORTF_INTB
227 config IRQ_HDMA_ERROR
250 Enter the priority numbers between 7-13 ONLY. Others are Reserved.
251 This applies to all the above. It is not recommended to assign the
252 highest priority number 7 to UART or any other device.