diff options
author | Jeff Garzik <jeff@garzik.org> | 2006-09-06 14:48:19 (GMT) |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2006-09-06 14:48:19 (GMT) |
commit | 406176ee7ef81cec3f346ecd41286a67148e3b0c (patch) | |
tree | f938fc24d000b5217d95fb8a1b4e0a2c9d2bbae6 /drivers/ata/Kconfig | |
parent | fc851fad00d7fa1bf4ac7034d9ba8041bf482d50 (diff) | |
download | linux-406176ee7ef81cec3f346ecd41286a67148e3b0c.tar.xz |
[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 cbda988..cbf0deb 100644 --- a/drivers/ata/Kconfig +++ b/drivers/ata/Kconfig @@ -307,6 +307,15 @@ config PATA_IT821X If unsure, say N. +config PATA_JMICRON + tristate "JMicron PATA support" + depends on PCI + help + Enable support for the JMicron IDE controller, via the new + ATA layer. + + If unsure, say N. + config PATA_LEGACY tristate "Legacy ISA PATA support (Experimental)" depends on PCI && EXPERIMENTAL |