Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 75422 - Cannot remove SCSI support from gentoo-dev-sources-2.6.9 kernels
Summary: Cannot remove SCSI support from gentoo-dev-sources-2.6.9 kernels
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Kernel Bug Wranglers and Kernel Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-12-23 01:49 UTC by Gregg Casillo
Modified: 2004-12-23 04:35 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.