mirror of https://gitee.com/openkylin/linux.git
[SCSI] scsi: aha152x pcmcia driver needs spi transport
AHA152X PCMCIA module needs spi_print_msg. Signed-off-by: Dominik Brodowski <linux@dominikbrodowski.net> Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
This commit is contained in:
parent
35dc2585fa
commit
cdaeedae98
|
@ -8,6 +8,7 @@ menu "PCMCIA SCSI adapter support"
|
||||||
config PCMCIA_AHA152X
|
config PCMCIA_AHA152X
|
||||||
tristate "Adaptec AHA152X PCMCIA support"
|
tristate "Adaptec AHA152X PCMCIA support"
|
||||||
depends on m && !64BIT
|
depends on m && !64BIT
|
||||||
|
select SCSI_SPI_ATTRS
|
||||||
help
|
help
|
||||||
Say Y here if you intend to attach this type of PCMCIA SCSI host
|
Say Y here if you intend to attach this type of PCMCIA SCSI host
|
||||||
adapter to your computer.
|
adapter to your computer.
|
||||||
|
|
Loading…
Reference in New Issue