diff options
Diffstat (limited to 'drivers/ata/Kconfig')
-rw-r--r-- | drivers/ata/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/ata/Kconfig b/drivers/ata/Kconfig index aa85a98d3a4f..25e030f9a3e6 100644 --- a/drivers/ata/Kconfig +++ b/drivers/ata/Kconfig | |||
@@ -642,6 +642,17 @@ config PATA_VIA | |||
642 | 642 | ||
643 | If unsure, say N. | 643 | If unsure, say N. |
644 | 644 | ||
645 | config PATA_PXA | ||
646 | tristate "PXA DMA-capable PATA support" | ||
647 | depends on ARCH_PXA | ||
648 | help | ||
649 | This option enables support for harddrive attached to PXA CPU's bus. | ||
650 | |||
651 | NOTE: This driver utilizes PXA DMA controller, in case your hardware | ||
652 | is not capable of doing MWDMA, use pata_platform instead. | ||
653 | |||
654 | If unsure, say N. | ||
655 | |||
645 | config PATA_WINBOND | 656 | config PATA_WINBOND |
646 | tristate "Winbond SL82C105 PATA support" | 657 | tristate "Winbond SL82C105 PATA support" |
647 | depends on PCI | 658 | depends on PCI |