diff options
author | Jeff Garzik <jeff@garzik.org> | 2006-09-06 10:48:19 -0400 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2006-09-06 10:48:19 -0400 |
commit | 406176ee7ef81cec3f346ecd41286a67148e3b0c (patch) | |
tree | f938fc24d000b5217d95fb8a1b4e0a2c9d2bbae6 /drivers/ata/Kconfig | |
parent | fc851fad00d7fa1bf4ac7034d9ba8041bf482d50 (diff) |
[libata] Add pata_jmicron driver to Kconfig, Makefile
Someone on LKML noticed it was missing (sorry, missed the name).
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 cbda988692e7..cbf0deb25033 100644 --- a/drivers/ata/Kconfig +++ b/drivers/ata/Kconfig | |||
@@ -307,6 +307,15 @@ config PATA_IT821X | |||
307 | 307 | ||
308 | If unsure, say N. | 308 | If unsure, say N. |
309 | 309 | ||
310 | config PATA_JMICRON | ||
311 | tristate "JMicron PATA support" | ||
312 | depends on PCI | ||
313 | help | ||
314 | Enable support for the JMicron IDE controller, via the new | ||
315 | ATA layer. | ||
316 | |||
317 | If unsure, say N. | ||
318 | |||
310 | config PATA_LEGACY | 319 | config PATA_LEGACY |
311 | tristate "Legacy ISA PATA support (Experimental)" | 320 | tristate "Legacy ISA PATA support (Experimental)" |
312 | depends on PCI && EXPERIMENTAL | 321 | depends on PCI && EXPERIMENTAL |