Re: some PCMCIA SCSI drivers can be built *only* as modules

2007-03-30 Thread Dominik Brodowski
On Mon, Mar 26, 2007 at 04:06:53PM -0500, James Bottomley wrote: > On Mon, 2007-03-26 at 21:38 +0100, Christoph Hellwig wrote: > > On Mon, Mar 26, 2007 at 03:35:47PM -0500, James Bottomley wrote: > > > I agree the non-legacy (CardBus and beyond) ones can be built in. I > > > thought the legacy 8 a

Re: some PCMCIA SCSI drivers can be built *only* as modules

2007-03-26 Thread James Bottomley
On Mon, 2007-03-26 at 21:38 +0100, Christoph Hellwig wrote: > On Mon, Mar 26, 2007 at 03:35:47PM -0500, James Bottomley wrote: > > I agree the non-legacy (CardBus and beyond) ones can be built in. I > > thought the legacy 8 and 16 bit type I and II still had to be modular > > because they still ne

Re: some PCMCIA SCSI drivers can be built *only* as modules

2007-03-26 Thread Christoph Hellwig
On Mon, Mar 26, 2007 at 03:35:47PM -0500, James Bottomley wrote: > I agree the non-legacy (CardBus and beyond) ones can be built in. I > thought the legacy 8 and 16 bit type I and II still had to be modular > because they still need setting up. nope. While I don't have a pcmcia scsi card my 16 b

Re: some PCMCIA SCSI drivers can be built *only* as modules

2007-03-26 Thread James Bottomley
On Mon, 2007-03-26 at 21:02 +0100, Christoph Hellwig wrote: > > > 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

Re: some PCMCIA SCSI drivers can be built *only* as modules

2007-03-26 Thread Christoph Hellwig
> > 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". In the old days pcmci

Re: some PCMCIA SCSI drivers can be built *only* as modules

2007-03-26 Thread Stefan Richter
Robert P. J. Day wrote at LKML: > 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 ho

some PCMCIA SCSI drivers can be built *only* as modules

2007-03-25 Thread Robert P. J. Day
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.