diff options
author | Marek Vasut <marek.vasut@gmail.com> | 2010-05-20 21:12:44 -0400 |
---|---|---|
committer | Eric Miao <eric.y.miao@gmail.com> | 2010-06-18 03:07:32 -0400 |
commit | 2dc6c6f15da97cb3e810963c80e981f19d42cd7d (patch) | |
tree | 0d2bcf444afbfad7c434ea9fd60b2c9053a8edba /drivers/ata/Kconfig | |
parent | 406c86f11f0b62d640c5aa47a56faf81c4cf8540 (diff) |
[ARM] pata_pxa: DMA-capable PATA driver
This patch adds a driver for a harddrive attached to PXA address and data bus.
Unlike pata_platform, this driver allows usage of PXA DMA controller, making the
transmission speed 3x higher.
Signed-off-by: Marek Vasut <marek.vasut@gmail.com>
Acked-by: Jeff Garzik <jgarzik@redhat.com>
Signed-off-by: Eric Miao <eric.y.miao@gmail.com>
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 |