Or, for a quick check, go into your Linux source directory (/usr/src/linux-X.X.X) and type cat .config | grep -i "lun". If you see a line like this: CONFIG_SCSI_MULTI_LUN=y, then you do (at least in your .config file - so presumably in your running kernel it compiliing went OK). If not, then possibly not.
|