On Tuesday 06 April 2004 10:42, Russell King wrote: Hi, > > Intuitive isn't the issue, if you can't figure out why you can't turn > > off SCSI, you leave it on, which you need to make USB storage work. If > > you're trying to make a small kernel you presumably would have turned > > off USB if you didn't want it. The other way, if you can turn on USB w/o > > SCSI, it won't work, and people thing Linux is broken. > When I hit it, I was trying to build a kernel for test purposes, so I > didn't want all the drivers turned on. I found I couldn't turn off > SCSI and continued anyway turning other things off. However, USB appears > _after_ SCSI, you can not go through the configuration logically to turn > off features. Moreover, you do not get any suggestion when attempting > to turn SCSI off that you need to turn off USB. may I propose the following two patches? 01_menu-Kconfig-cleanups-08-usb-menu-indent-fix.patch Fix up indents in the USB Input menu 02_menu-Kconfig-cleanups-09-USB-vs-SCSI-fix.patch Fix SCSI dependency for USB-Storage support. - Rip out "select SCSI" - Make a comment when SCSI is not selected ciao, Marc