From: root <root@xxxxxxxxxxxxxxxxxxxxxxxxxxx> Add the new jmicron driver to the configuration options Signed-off-by: Alan Cox <alan@xxxxxxxxxx> --- drivers/scsi/Kconfig | 8 ++++++++ drivers/scsi/Makefile | 1 + 2 files changed, 9 insertions(+), 0 deletions(-) 32a334dd5c47fb4b5c1ac30357a4e53c83cc3ac2 diff --git a/drivers/scsi/Kconfig b/drivers/scsi/Kconfig index 53fae27..13c5943 100644 --- a/drivers/scsi/Kconfig +++ b/drivers/scsi/Kconfig @@ -641,6 +641,14 @@ config SCSI_PATA_IT821X If unsure, say N. +config SCSI_ATA_JMICRON + tristate "JMicron non-AHCI support (Experimental)" + depends on SCSI_SATA && PCI && EXPERIMENTAL + help + This option enables support for Jmicron ATA controllers + when running in non-AHCI mode. Where possible you should + set the configuration for AHCI to get better performance + config SCSI_PATA_LEGACY tristate "Legacy ISA PATA support (Experimental)" depends on SCSI_SATA && PCI && EXPERIMENTAL diff --git a/drivers/scsi/Makefile b/drivers/scsi/Makefile index 8464997..0031c76 100644 --- a/drivers/scsi/Makefile +++ b/drivers/scsi/Makefile @@ -140,6 +140,7 @@ obj-$(CONFIG_SCSI_PATA_HPT3X3) += libata obj-$(CONFIG_SCSI_PATA_ISAPNP) += libata.o pata_isapnp.o obj-$(CONFIG_SCSI_PATA_IT8172) += libata.o pata_it8172.o obj-$(CONFIG_SCSI_PATA_IT821X) += libata.o pata_it821x.o +obj-$(CONFIG_SCSI_PATA_JMICRON) += libata.o ata_jmicron.o obj-$(CONFIG_SCSI_PATA_NETCELL) += libata.o pata_netcell.o obj-$(CONFIG_SCSI_PATA_NS87410) += libata.o pata_ns87410.o obj-$(CONFIG_SCSI_PATA_OPTI) += libata.o pata_opti.o -- 1.2.GIT - : send the line "unsubscribe linux-ide" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html