2.1.16, configuration error for ibmmca.c

Keith Owens (kaos@ocs.com.au)
Sun, 22 Dec 1996 19:21:50 +1100


Trying to compile a kernel with every legal option turned on.
The combination of CONFIG_SCSI=m, CONFIG_SCSI_IBMMCA=m is not accepted,
IBMMCA will only accept Y or N. Results in unresolved reference from
main.o to ibmmca_scsi_setup because the final ld does not include
scsi.a.

drivers/scsi/Config.in should tristate CONFIG_SCSI_IBMMCA but there is
no module support in drivers/scsi/ibmmca.c. Who is the maintainer for
ibmmca?