diff options
author | Alan Cox <alan@redhat.com> | 2007-09-29 02:35:10 -0400 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2007-10-12 14:55:43 -0400 |
commit | c4b5b7b6c4423ec4ced4177c87d2da04de324028 (patch) | |
tree | 7e20556e7a48a647e2a14310587164609c14c11a /drivers/ata/Kconfig | |
parent | 0b0a43e04ea671adc3cac085ee567d63c9ab3507 (diff) | |
download | op-kernel-dev-c4b5b7b6c4423ec4ced4177c87d2da04de324028.zip op-kernel-dev-c4b5b7b6c4423ec4ced4177c87d2da04de324028.tar.gz |
pata_ns87415: Initial cut at 87415/87560 IDE support
Signed-off-by: Alan Cox <alan@redhat.com>
[plus SuperIO fixes by Kyle McMartin]
[plus a cleanup from me]
Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'drivers/ata/Kconfig')
-rw-r--r-- | drivers/ata/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/ata/Kconfig b/drivers/ata/Kconfig index 3a737bd..cf960bd 100644 --- a/drivers/ata/Kconfig +++ b/drivers/ata/Kconfig @@ -441,6 +441,15 @@ config PATA_NS87410 If unsure, say N. +config PATA_NS87415 + tristate "Nat Semi NS87415 PATA support (Experimental)" + depends on PCI && EXPERIMENTAL + help + This option enables support for the National Semiconductor + NS87415 PCI-IDE controller. + + If unsure, say N. + config PATA_OPTI tristate "OPTI621/6215 PATA support (Very Experimental)" depends on PCI && EXPERIMENTAL |