All of lore.kernel.org
 help / color / mirror / Atom feed
* some PCMCIA SCSI drivers can be built *only* as modules
@ 2007-03-25 13:20 Robert P. J. Day
  2007-03-26 13:27 ` Stefan Richter
  0 siblings, 1 reply; 9+ messages in thread
From: Robert P. J. Day @ 2007-03-25 13:20 UTC (permalink / raw)
  To: Linux Kernel Mailing List


drivers/scsi/pcmcia/Kconfig:
...
config PCMCIA_AHA152X
        tristate "Adaptec AHA152X PCMCIA support"
        depends on m && !64BIT
        select SCSI_SPI_ATTRS
        help
          Say Y here if you intend to attach this type of PCMCIA SCSI host
          adapter to your computer.

          To compile this driver as a module, choose M here: the
          module will be called aha152x_cs.
...

  it would seem to make no sense that the "depends on" clause for this
option includes "m", forcing this (and all other four entries in that
Kconfig file, by the way) to be built as modules, while the help text
for all five entries suggests you can select "y".

  as jack nicholson would say, something's gotta give.

rday

-- 
========================================================================
Robert P. J. Day
Linux Consulting, Training and Annoying Kernel Pedantry
Waterloo, Ontario, CANADA

http://fsdev.net/wiki/index.php?title=Main_Page
========================================================================

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

end of thread, other threads:[~2007-03-30 20:54 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-03-25 13:20 some PCMCIA SCSI drivers can be built *only* as modules Robert P. J. Day
2007-03-26 13:27 ` Stefan Richter
2007-03-26 20:02   ` Christoph Hellwig
2007-03-26 20:06     ` Robert P. J. Day
2007-03-26 20:31       ` Stefan Richter
2007-03-26 20:35     ` James Bottomley
2007-03-26 20:38       ` Christoph Hellwig
2007-03-26 21:06         ` James Bottomley
2007-03-30 20:48           ` Dominik Brodowski

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.