On Thu, 2003-11-06 at 08:31, Prakash K. Cheemplavam wrote:
Jens Axboe wrote:
On Thu, Nov 06 2003, Prakash K. Cheemplavam wrote:
#
# SCSI device support
#
CONFIG_SCSI=y
Need I say more?
But then it is a bug: In menuconfig nothing is activated or please tell me how through the menu it is possible to set this to "no".
You have CONFIG_USB_STORAGE=y in your config; USB storage does a
"select SCSI", which means that if USB storage is active, it forces
CONFIG_SCSI=y. So, if you turn off USB storage, you can turn off SCSI.
Making USB storage a module won't help; select seems to always select
Y.
Matt