diff options
Diffstat (limited to 'arch/blackfin/mach-bf548/Kconfig')
-rw-r--r-- | arch/blackfin/mach-bf548/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/blackfin/mach-bf548/Kconfig b/arch/blackfin/mach-bf548/Kconfig index dcf657159051..a09623dfd550 100644 --- a/arch/blackfin/mach-bf548/Kconfig +++ b/arch/blackfin/mach-bf548/Kconfig | |||
@@ -11,6 +11,13 @@ config DEB_DMA_URGENT | |||
11 | help | 11 | help |
12 | Treat any DEB1, DEB2 and DEB3 request as Urgent | 12 | Treat any DEB1, DEB2 and DEB3 request as Urgent |
13 | 13 | ||
14 | config BF548_ATAPI_ALTERNATIVE_PORT | ||
15 | bool "BF548 ATAPI alternative port via GPIO" | ||
16 | help | ||
17 | BF548 ATAPI data and address PINs can be routed through | ||
18 | async address or GPIO port F and G. Select y to route it | ||
19 | to GPIO. | ||
20 | |||
14 | comment "Interrupt Priority Assignment" | 21 | comment "Interrupt Priority Assignment" |
15 | menu "Priority" | 22 | menu "Priority" |
16 | 23 | ||
@@ -250,6 +257,7 @@ config IRQ_OTPSEC | |||
250 | default 11 | 257 | default 11 |
251 | config IRQ_TIMER0 | 258 | config IRQ_TIMER0 |
252 | int "IRQ_TIMER0" | 259 | int "IRQ_TIMER0" |
260 | default 7 if TICKSOURCE_GPTMR0 | ||
253 | default 8 | 261 | default 8 |
254 | config IRQ_TIMER1 | 262 | config IRQ_TIMER1 |
255 | int "IRQ_TIMER1" | 263 | int "IRQ_TIMER1" |