diff options
author | Sonic Zhang <sonic.adi@gmail.com> | 2007-10-16 16:43:27 +0800 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2007-10-17 20:49:02 -0400 |
commit | 858c9c406688bc7244986b5836265071edfd1d3f (patch) | |
tree | a57c25ae4d03505032f897ce8fcca9d1a3ccaecf /drivers/ata/Kconfig | |
parent | 01839f6ddef011878e905d72786d95cee21ca039 (diff) |
Update libata driver for bf548 atapi controller against the 2.6.24 tree.
Changes:
1. Remove irq_ack() and port_disable() methods
2. Acocomodate for the libata-link patches
3. Change Kconfig ATAPI mode option into a module param.
4. Add supported WMDMA mode.
Signed-off-by: Sonic Zhang <sonic.zhang@analog.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'drivers/ata/Kconfig')
-rw-r--r-- | drivers/ata/Kconfig | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/ata/Kconfig b/drivers/ata/Kconfig index f4dc0e395976..ba63619ae5df 100644 --- a/drivers/ata/Kconfig +++ b/drivers/ata/Kconfig @@ -650,11 +650,4 @@ config PATA_BF54X If unsure, say N. -config PATA_BF54X_DMA - bool "DMA mode" - depends on PATA_BF54X - default y - help - Enable DMA mode for Blackfin ATAPI controller. - endif # ATA |