public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] libata: tighten rules for legacy dependancies
@ 2006-09-26 16:37 Alan Cox
  2006-09-26 17:35 ` Jeff Garzik
  0 siblings, 1 reply; 2+ messages in thread
From: Alan Cox @ 2006-09-26 16:37 UTC (permalink / raw)
  To: jgarzik, linux-kernel

The legacy and QDI drivers are ISA/VLB bus [we don't have a VLB define
but ISA will do nicely].

Signed-off-by: Alan Cox <alan@redhat.com>

diff -u --new-file --recursive --exclude-from /usr/src/exclude linux.vanilla-2.6.18-mm1/drivers/ata/Kconfig linux-2.6.18-mm1/drivers/ata/Kconfig
--- linux.vanilla-2.6.18-mm1/drivers/ata/Kconfig	2006-09-25 12:10:08.000000000 +0100
+++ linux-2.6.18-mm1/drivers/ata/Kconfig	2006-09-25 16:03:45.000000000 +0100
@@ -317,7 +317,7 @@
 
 config PATA_LEGACY
 	tristate "Legacy ISA PATA support (Experimental)"
-	depends on PCI && EXPERIMENTAL
+	depends on ISA && EXPERIMENTAL
 	help
 	  This option enables support for ISA/VLB bus legacy PATA
 	  ports and allows them to be accessed via the new ATA layer.
@@ -406,6 +415,7 @@
 
 config PATA_QDI
 	tristate "QDI VLB PATA support"
+	depends on ISA
 	help
 	  Support for QDI 6500 and 6580 PATA controllers on VESA local bus.
 


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] libata: tighten rules for legacy dependancies
  2006-09-26 16:37 [PATCH] libata: tighten rules for legacy dependancies Alan Cox
@ 2006-09-26 17:35 ` Jeff Garzik
  0 siblings, 0 replies; 2+ messages in thread
From: Jeff Garzik @ 2006-09-26 17:35 UTC (permalink / raw)
  To: Alan Cox; +Cc: linux-kernel

Alan Cox wrote:
> The legacy and QDI drivers are ISA/VLB bus [we don't have a VLB define
> but ISA will do nicely].
> 
> Signed-off-by: Alan Cox <alan@redhat.com>

applied



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-09-26 17:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-09-26 16:37 [PATCH] libata: tighten rules for legacy dependancies Alan Cox
2006-09-26 17:35 ` Jeff Garzik

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox