diff options
author | Alan <alan@lxorguk.ukuu.org.uk> | 2006-12-07 11:59:14 -0500 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2007-02-09 17:39:28 -0500 |
commit | 9b13b682a68d5bcf09c75da73d4e61d92eba4c84 (patch) | |
tree | ddd57beb5579a00b2185c09337214f3e5af5f98a /drivers/ata/Kconfig | |
parent | 3f3e7313e4e45f84c4d6e7b3bf91b5c9ad3e05cf (diff) |
[PATCH] pata_it8213: Add new driver for the IT8213 card
Add a driver for the IT8213 which is a single channel ICH-ish PATA
controller. As it is very different to the IT8211/2 it gets its own
driver. There is a legacy drivers/ide driver also available and I'll post
that once I get time to test it all out (probably early January). If
anyone else needs the drivers/ide driver and wants to do the merge for
drivers/ide (Bart ??) then I'll forward it.
[akpm@osdl.org: add PCI ID, constify needed_pio[]]
Signed-off-by: Alan Cox <alan@redhat.com>
Cc: Jeff Garzik <jeff@garzik.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'drivers/ata/Kconfig')
-rw-r--r-- | drivers/ata/Kconfig | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/drivers/ata/Kconfig b/drivers/ata/Kconfig index 1c94b43d2c9b..afbd61575da6 100644 --- a/drivers/ata/Kconfig +++ b/drivers/ata/Kconfig | |||
@@ -296,7 +296,7 @@ config PATA_ISAPNP | |||
296 | If unsure, say N. | 296 | If unsure, say N. |
297 | 297 | ||
298 | config PATA_IT821X | 298 | config PATA_IT821X |
299 | tristate "IT821x PATA support (Experimental)" | 299 | tristate "IT8211/2 PATA support (Experimental)" |
300 | depends on PCI && EXPERIMENTAL | 300 | depends on PCI && EXPERIMENTAL |
301 | help | 301 | help |
302 | This option enables support for the ITE 8211 and 8212 | 302 | This option enables support for the ITE 8211 and 8212 |
@@ -305,6 +305,15 @@ config PATA_IT821X | |||
305 | 305 | ||
306 | If unsure, say N. | 306 | If unsure, say N. |
307 | 307 | ||
308 | config PATA_IT8213 | ||
309 | tristate "IT8213 PATA support (Experimental)" | ||
310 | depends on PCI && EXPERIMENTAL | ||
311 | help | ||
312 | This option enables support for the ITE 821 PATA | ||
313 | controllers via the new ATA layer. | ||
314 | |||
315 | If unsure, say N. | ||
316 | |||
308 | config PATA_JMICRON | 317 | config PATA_JMICRON |
309 | tristate "JMicron PATA support" | 318 | tristate "JMicron PATA support" |
310 | depends on PCI | 319 | depends on PCI |