mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-21 12:41:26 +00:00
Patch from Bart Van Assche <bart.vanassche@gmail.com>:
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: http://svn.code.sf.net/p/scst/svn/trunk@376 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -68,7 +68,7 @@ config SCSI_TARGET_VDISK
|
||||
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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user