[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>
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 @@
 
 	  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