summaryrefslogtreecommitdiffstats
path: root/drivers/scsi
diff options
context:
space:
mode:
authorJames Bottomley2008-01-19 00:47:56 +0100
committerJames Bottomley2008-01-23 18:29:34 +0100
commitb523381e325366cc54a2548df418c2a427b2f2ee (patch)
tree10b8d6110c3aa34b6bad058466468044f2e14b6a /drivers/scsi
parent[SCSI] aacraid: add Voodoo Lite class of cards. (diff)
downloadkernel-qcow2-linux-b523381e325366cc54a2548df418c2a427b2f2ee.tar.gz
kernel-qcow2-linux-b523381e325366cc54a2548df418c2a427b2f2ee.tar.xz
kernel-qcow2-linux-b523381e325366cc54a2548df418c2a427b2f2ee.zip
[SCSI] fix pcmcia compile problem
This patch commit 8ae732a91df051aba6820068a47b631a06599d84 Author: Tejun Heo <htejun@gmail.com> Date: Fri Dec 7 22:36:23 2007 +0900 [SCSI] make pcmcia directory use obj-y|m instead of subdir-y|m Moved the scsi Makefile into conformance, but also caused the pcmcia subdirectory to get built in for the first time, leading to duplicate symbols in an allyesconfig build. Since evidently no-one relies on these being built in, fix this by ensuring they can only be built as modules. Acked-by: Tejun Heo <htejun@gmail.com> Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
Diffstat (limited to 'drivers/scsi')
-rw-r--r--drivers/scsi/pcmcia/Kconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/scsi/pcmcia/Kconfig b/drivers/scsi/pcmcia/Kconfig
index fa481b515ead..53857c6b6d4d 100644
--- a/drivers/scsi/pcmcia/Kconfig
+++ b/drivers/scsi/pcmcia/Kconfig
@@ -6,7 +6,8 @@ menuconfig SCSI_LOWLEVEL_PCMCIA
bool "PCMCIA SCSI adapter support"
depends on SCSI!=n && PCMCIA!=n
-if SCSI_LOWLEVEL_PCMCIA && SCSI && PCMCIA
+# drivers have problems when build in, so require modules
+if SCSI_LOWLEVEL_PCMCIA && SCSI && PCMCIA && m
config PCMCIA_AHA152X
tristate "Adaptec AHA152X PCMCIA support"