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 "Hysteresis/Schmitt Trigger Control"
83 config BFIN_HYSTERESIS_CONTROL
84 bool "Enable Hysteresis Control"
86 The ADSP-BF52x allows to control input hysteresis for Port F,
87 Port G and Port H and other processor signal inputs.
88 The Schmitt trigger enables can be set only for pin groups.
89 Saying Y will overwrite the default reset or boot loader
93 depends on BFIN_HYSTERESIS_CONTROL
94 config GPIO_HYST_PORTF_0_7
95 bool "Enable Hysteresis on PORTF {0...7}"
96 config GPIO_HYST_PORTF_8_9
97 bool "Enable Hysteresis on PORTF {8, 9}"
98 config GPIO_HYST_PORTF_10
99 bool "Enable Hysteresis on PORTF 10"
100 config GPIO_HYST_PORTF_11
101 bool "Enable Hysteresis on PORTF 11"
102 config GPIO_HYST_PORTF_12_13
103 bool "Enable Hysteresis on PORTF {12, 13}"
104 config GPIO_HYST_PORTF_14_15
105 bool "Enable Hysteresis on PORTF {14, 15}"
109 depends on BFIN_HYSTERESIS_CONTROL
110 config GPIO_HYST_PORTG_0
111 bool "Enable Hysteresis on PORTG 0"
112 config GPIO_HYST_PORTG_1_4
113 bool "Enable Hysteresis on PORTG {1...4}"
114 config GPIO_HYST_PORTG_5_6
115 bool "Enable Hysteresis on PORTG {5, 6}"
116 config GPIO_HYST_PORTG_7_8
117 bool "Enable Hysteresis on PORTG {7, 8}"
118 config GPIO_HYST_PORTG_9
119 bool "Enable Hysteresis on PORTG 9"
120 config GPIO_HYST_PORTG_10
121 bool "Enable Hysteresis on PORTG 10"
122 config GPIO_HYST_PORTG_11_13
123 bool "Enable Hysteresis on PORTG {11...13}"
124 config GPIO_HYST_PORTG_14_15
125 bool "Enable Hysteresis on PORTG {14, 15}"
129 depends on BFIN_HYSTERESIS_CONTROL
130 config GPIO_HYST_PORTH_0_7
131 bool "Enable Hysteresis on PORTH {0...7}"
132 config GPIO_HYST_PORTH_8
133 bool "Enable Hysteresis on PORTH 8"
134 config GPIO_HYST_PORTH_9_15
135 bool "Enable Hysteresis on PORTH {9...15}"
139 depends on BFIN_HYSTERESIS_CONTROL
140 config NONEGPIO_HYST_TMR0_FS1_PPICLK
141 bool "Enable Hysteresis on {TMR0, PPI_FS1, PPI_CLK}"
142 config NONEGPIO_HYST_NMI_RST_BMODE
143 bool "Enable Hysteresis on {NMI, RESET, BMODE}"
144 config NONEGPIO_HYST_JTAG
145 bool "Enable Hysteresis on JTAG"
148 comment "Interrupt Priority Assignment"
151 config IRQ_PLL_WAKEUP
154 config IRQ_DMA0_ERROR
175 config IRQ_SPORT0_ERROR
176 int "IRQ_SPORT0_ERROR"
178 config IRQ_SPORT1_ERROR
179 int "IRQ_SPORT1_ERROR"
181 config IRQ_UART0_ERROR
182 int "IRQ_UART0_ERROR"
184 config IRQ_UART1_ERROR
185 int "IRQ_UART1_ERROR"
232 config IRQ_PORTH_INTA
238 config IRQ_PORTH_INTB
243 default 7 if TICKSOURCE_GPTMR0
266 config IRQ_PORTG_INTA
269 config IRQ_PORTG_INTB
281 config IRQ_PORTF_INTA
284 config IRQ_PORTF_INTB
293 config IRQ_HDMA_ERROR
316 Enter the priority numbers between 7-13 ONLY. Others are Reserved.
317 This applies to all the above. It is not recommended to assign the
318 highest priority number 7 to UART or any other device.