linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [2.6 patch] let "PCMCIA SCSI adapter support" menu depend on MODULES
@ 2003-09-03 23:23 Adrian Bunk
  2003-09-04  7:26 ` Christoph Hellwig
  0 siblings, 1 reply; 2+ messages in thread
From: Adrian Bunk @ 2003-09-03 23:23 UTC (permalink / raw)
  To: linux-scsi; +Cc: linux-kernel, trivial

When configuring a kernel without modules support "PCMCIA SCSI adapter 
support" is a menu with no available items in it (all drivers depend on 
"m").

The patch below only shows this menu when MODULES is enabled.

Please apply
Adrian

--- linux-2.6.0-test4-mm5/drivers/scsi/pcmcia/Kconfig.old	2003-09-04 01:18:17.000000000 +0200
+++ linux-2.6.0-test4-mm5/drivers/scsi/pcmcia/Kconfig	2003-09-04 01:19:03.000000000 +0200
@@ -3,7 +3,7 @@
 #
 
 menu "PCMCIA SCSI adapter support"
-	depends on SCSI!=n && PCMCIA!=n
+	depends on SCSI!=n && PCMCIA!=n && MODULES
 
 config PCMCIA_AHA152X
 	tristate "Adaptec AHA152X PCMCIA support"

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

* Re: [2.6 patch] let "PCMCIA SCSI adapter support" menu depend on MODULES
  2003-09-03 23:23 [2.6 patch] let "PCMCIA SCSI adapter support" menu depend on MODULES Adrian Bunk
@ 2003-09-04  7:26 ` Christoph Hellwig
  0 siblings, 0 replies; 2+ messages in thread
From: Christoph Hellwig @ 2003-09-04  7:26 UTC (permalink / raw)
  To: Adrian Bunk; +Cc: linux-scsi, linux-kernel, trivial

On Thu, Sep 04, 2003 at 01:23:34AM +0200, Adrian Bunk wrote:
> When configuring a kernel without modules support "PCMCIA SCSI adapter 
> support" is a menu with no available items in it (all drivers depend on 
> "m").
> 
> The patch below only shows this menu when MODULES is enabled.

Not too happy with this watch although it's better than the previous
situation.  For one thing I'd get rid of the menu - we don't have menus
for PCI/ISA/MCA/whatever cards either.  Secondly these drivers probably
should work non-modular these days.


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

end of thread, other threads:[~2003-09-04  7:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-09-03 23:23 [2.6 patch] let "PCMCIA SCSI adapter support" menu depend on MODULES Adrian Bunk
2003-09-04  7:26 ` Christoph Hellwig

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).