Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 75422

Summary: Cannot remove SCSI support from gentoo-dev-sources-2.6.9 kernels
Product: Gentoo Linux Reporter: Gregg Casillo <gregg.casillo>
Component: [OLD] Core systemAssignee: Gentoo Kernel Bug Wranglers and Kernel Maintainers <kernel>
Status: RESOLVED INVALID    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Gregg Casillo 2004-12-23 01:49:43 UTC
I have a box that has nothing requiring SCSI support in it. When I run through make menuconfig, I attempt to remove SCSI support entirely from the config, but I cannot. I am forced to build it into the kernel, create modules, or (what I have been doing) manually edit the .config file to remove SCSI support. Is this by design? Any ideas why this is happening?

Reproducible: Always
Steps to Reproduce:
1. emerge gentoo-dev-sources
2. make menuconfig
3. fail to remove SCSI support (it only allows me to build as modules or into the kernel)
4. manually edit .config to remove SCSI support
Comment 1 Daniel Drake (RETIRED) gentoo-dev 2004-12-23 04:18:00 UTC
Because usb-storage requires it.
Disable usb-storage and you will be able to exclude scsi.
Build usb-storage as a module and you will be able to build modular scsi.
Comment 2 Gregg Casillo 2004-12-23 04:35:01 UTC
Ahah. Thanks for the clue.