Disable the scst-user selection in Kconfig when HIGHMEM is enabled because
this module is incompatible with HIGHMEM. I have tested the modification
below by toggling HIGHMEM via "make ARCH=i386 xconfig".
Signed-off-by: <bart.vanassche@gmail.com>
git-svn-id: https://scst.svn.sourceforge.net/svnroot/scst/trunk@376
d57e44dd-8a1f-0410-8b47-
8ef2f437770f
config SCSI_TARGET_USER
tristate "SCSI user space virtual target devices support"
default SCSI_TARGET
- depends on SCSI && PROC_FS && SCSI_TARGET
+ depends on SCSI && PROC_FS && SCSI_TARGET && ! HIGHMEM
---help---
SCSI TARGET handler for virtual user space device.