diff options
author | Alan Cox <alan@linux.intel.com> | 2009-11-30 08:23:11 -0500 |
---|---|---|
committer | Jeff Garzik <jgarzik@redhat.com> | 2009-12-03 14:35:31 -0500 |
commit | 8e182a90f91456335756d2ce304ad470795d98e1 (patch) | |
tree | 680787fcf19cf0962a43edf71e35185046e79ade /drivers/ata/Kconfig | |
parent | d6250a03fa736c1bff4df4601f5af2dc21f2bf9e (diff) |
pata_piccolo: Driver for old Toshiba chipsets
We were never able to get docs for this out of Toshiba for years. Dave
Barnes produced a NetBSD driver however and from that we can fill in the
needed tables.
As we correct the PCI identifiers a bit also update the old ide generic driver
at the same time so it stays compiling.
Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
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 a47ca75aa078..676f08b004b3 100644 --- a/drivers/ata/Kconfig +++ b/drivers/ata/Kconfig | |||
@@ -667,6 +667,15 @@ config PATA_SIS | |||
667 | 667 | ||
668 | If unsure, say N. | 668 | If unsure, say N. |
669 | 669 | ||
670 | config PATA_TOSHIBA | ||
671 | tristate "Toshiba Piccolo support (Experimental)" | ||
672 | depends on PCI && EXPERIMENTAL | ||
673 | help | ||
674 | Support for the Toshiba Piccolo controllers. Currently only the | ||
675 | primary channel is supported by this driver. | ||
676 | |||
677 | If unsure, say N. | ||
678 | |||
670 | config PATA_VIA | 679 | config PATA_VIA |
671 | tristate "VIA PATA support" | 680 | tristate "VIA PATA support" |
672 | depends on PCI | 681 | depends on PCI |