aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ata/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/ata/Kconfig')
-rw-r--r--drivers/ata/Kconfig16
1 files changed, 16 insertions, 0 deletions
diff --git a/drivers/ata/Kconfig b/drivers/ata/Kconfig
index d8046a113c37..a427945f0bb1 100644
--- a/drivers/ata/Kconfig
+++ b/drivers/ata/Kconfig
@@ -596,4 +596,20 @@ config PATA_SCC
596 596
597 If unsure, say N. 597 If unsure, say N.
598 598
599config PATA_BF54X
600 tristate "Blackfin 54x ATAPI support"
601 depends on BF542 || BF548 || BF549
602 help
603 This option enables support for the built-in ATAPI controller on
604 Blackfin 54x family chips.
605
606 If unsure, say N.
607
608config PATA_BF54X_DMA
609 bool "DMA mode"
610 depends on PATA_BF54X
611 default y
612 help
613 Enable DMA mode for Blackfin ATAPI controller.
614
599endif # ATA 615endif # ATA