From d6d084119361df3f9028caaac5584acfcf9b9180 Mon Sep 17 00:00:00 2001 From: Vladislav Bolkhovitin Date: Fri, 16 May 2008 17:47:31 +0000 Subject: [PATCH] Patch from Bart Van Assche : 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: git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@376 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scst/kernel/in-tree/Kconfig.scst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scst/kernel/in-tree/Kconfig.scst b/scst/kernel/in-tree/Kconfig.scst index 7f3f6a0c6..15d88a615 100644 --- a/scst/kernel/in-tree/Kconfig.scst +++ b/scst/kernel/in-tree/Kconfig.scst @@ -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.