public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
* Re: 2.6.3 CONFIG_SCSI_AIC7 X X X Kconfig bug
@ 2004-03-09  5:11 Randy.Dunlap
  2004-03-11 12:46 ` Matthew Wilcox
  0 siblings, 1 reply; 7+ messages in thread
From: Randy.Dunlap @ 2004-03-09  5:11 UTC (permalink / raw)
  To: linux-scsi; +Cc: olh, jejb, gibbs



Olaf Hering reposted this to lkml today.

Please apply to 2.6.current.

Thanks,
~Randy




Begin forwarded message:

On Mon, Feb 09, Randy.Dunlap wrote:


This one is still not applied.

> 
> product_versions: linux-262-pv
> description:	make Adaptec AIC7xyx drivers depend on SCSI tristate
> 


diffstat:=
 drivers/scsi/aic7xxx/Kconfig.aic79xx |    2 +-
 drivers/scsi/aic7xxx/Kconfig.aic7xxx |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


diff -Naurp ./drivers/scsi/aic7xxx/Kconfig.aic7xxx~depends ./drivers/scsi/aic7xxx/Kconfig.aic7xxx
--- ./drivers/scsi/aic7xxx/Kconfig.aic7xxx~depends	2004-02-03 19:43:42.000000000 -0800
+++ ./drivers/scsi/aic7xxx/Kconfig.aic7xxx	2004-02-09 09:04:01.000000000 -0800
@@ -4,7 +4,7 @@
 #
 config SCSI_AIC7XXX
 	tristate "Adaptec AIC7xxx Fast -> U160 support (New Driver)"
-	depends on PCI || EISA
+	depends on (PCI || EISA) && SCSI
 	---help---
 	This driver supports all of Adaptec's Fast through Ultra 160 PCI
 	based SCSI controllers as well as the aic7770 based EISA and VLB
diff -Naurp ./drivers/scsi/aic7xxx/Kconfig.aic79xx~depends ./drivers/scsi/aic7xxx/Kconfig.aic79xx
--- ./drivers/scsi/aic7xxx/Kconfig.aic79xx~depends	2004-02-03 19:43:43.000000000 -0800
+++ ./drivers/scsi/aic7xxx/Kconfig.aic79xx	2004-02-09 09:03:52.000000000 -0800
@@ -4,7 +4,7 @@
 #
 config SCSI_AIC79XX
 	tristate "Adaptec AIC79xx U320 support"
-	depends on PCI
+	depends on PCI && SCSI
 	help
 	This driver supports all of Adaptec's Ultra 320 PCI-X
 	based SCSI controllers.

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

end of thread, other threads:[~2004-03-11 15:44 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-03-09  5:11 2.6.3 CONFIG_SCSI_AIC7 X X X Kconfig bug Randy.Dunlap
2004-03-11 12:46 ` Matthew Wilcox
2004-03-11 12:53   ` Olaf Hering
2004-03-11 13:10     ` Matthew Wilcox
2004-03-11 13:18       ` Olaf Hering
2004-03-11 13:32         ` Matthew Wilcox
2004-03-11 15:42   ` rddunlap

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