[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20060906230655.GD12157@stusta.de>
Date: Thu, 7 Sep 2006 01:06:55 +0200
From: Adrian Bunk <bunk@...sta.de>
To: Andrew Morton <akpm@...l.org>, Alan Cox <alan@...rguk.ukuu.org.uk>
Cc: linux-kernel@...r.kernel.org, jgarzik@...ox.com,
linux-ide@...r.kernel.org
Subject: [-mm patch] ATA_JMICRON: remove the superfluous ATA dependency
The dependency on ATA is no longer required since this option is now
inside an "if ATA" block.
Signed-off-by: Adrian Bunk <bunk@...sta.de>
--- linux-2.6.18-rc5-mm1/drivers/ata/Kconfig.old 2006-09-07 00:39:33.000000000 +0200
+++ linux-2.6.18-rc5-mm1/drivers/ata/Kconfig 2006-09-07 00:39:55.000000000 +0200
@@ -309,7 +309,7 @@
config ATA_JMICRON
tristate "JMicron non-AHCI support (Experimental)"
- depends on ATA && PCI && EXPERIMENTAL
+ depends on PCI && EXPERIMENTAL
help
This option enables support for Jmicron ATA controllers
ports running in non-AHCI mode. Where possible you should
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists