summaryrefslogtreecommitdiffstats
path: root/drivers/ata/Kconfig
diff options
context:
space:
mode:
authorAlan Cox2006-09-29 19:30:05 +0200
committerJeff Garzik2006-12-02 04:40:24 +0100
commit7e45b0e5f6f68d04311ba7813f5f5457c9119640 (patch)
tree7d7234155679473d5b86d6216dfb34473eb03218 /drivers/ata/Kconfig
parentMerge master.kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog (diff)
downloadkernel-qcow2-linux-7e45b0e5f6f68d04311ba7813f5f5457c9119640.tar.gz
kernel-qcow2-linux-7e45b0e5f6f68d04311ba7813f5f5457c9119640.tar.xz
kernel-qcow2-linux-7e45b0e5f6f68d04311ba7813f5f5457c9119640.zip
[PATCH] libata: Winbond support
Winbond 83759A support in non-multichip mode (afaik nobody ever used multichip mode anyway). The 83759 is not supported by this driver as it is already handled elsewhere and doens't use the same interfaces. Signed-off-by: Alan Cox <alan@redhat.com> Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'drivers/ata/Kconfig')
-rw-r--r--drivers/ata/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/ata/Kconfig b/drivers/ata/Kconfig
index 03f6338acc8f..b38e2c325ea7 100644
--- a/drivers/ata/Kconfig
+++ b/drivers/ata/Kconfig
@@ -483,6 +483,13 @@ config PATA_WINBOND
If unsure, say N.
+config PATA_WINBOND_VLB
+ tristate "Winbond W83759A VLB PATA support (Experimental)"
+ depends on ISA && EXPERIMENTAL
+ help
+ Support for the Winbond W83759A controller on Vesa Local Bus
+ systems.
+
endif
endmenu