Eine Möglichkeit ist unter
http://www.kroah.com/lkn/ im Kapitel 7 erklärt. Beispiel:
find -type f -name Makefile | xargs grep scsi_mod
findet
./drivers/scsi/Makefile:obj-$(CONFIG_SCSI) += scsi_mod.o
Also bei make menuconfig im Suchdialog (der durch Eingabe von "/" gestartet wird) "SCSI" eingeben, herunterscrollen bis
Symbol: SCSI [=y] │
│ Prompt: SCSI device support │
│ Defined at drivers/scsi/Kconfig:10 │
│ Depends on: BLOCK │
│ Location: │
│ -> Device Drivers │
│ -> SCSI device support