aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/bnx2i/Kconfig
diff options
context:
space:
mode:
authorMichael Chan <mchan@broadcom.com>2009-06-10 13:35:28 -0700
committerJames Bottomley <James.Bottomley@HansenPartnership.com>2009-06-15 10:09:31 -0500
commitbabdb788f7ec1a782a52240a5f6dae568f32565f (patch)
treea1c4cdc0618b9568c6a2dff798beaa1dcd2277e0 /drivers/scsi/bnx2i/Kconfig
parent0454c7408ac533a0690cb308554a4ed304270c3d (diff)
downloadkernel_samsung_smdk4412-babdb788f7ec1a782a52240a5f6dae568f32565f.zip
kernel_samsung_smdk4412-babdb788f7ec1a782a52240a5f6dae568f32565f.tar.gz
kernel_samsung_smdk4412-babdb788f7ec1a782a52240a5f6dae568f32565f.tar.bz2
[SCSI] cnic, bnx2i: Fix build failure when CONFIG_PCI is not set.
CNIC and BNX2I must depend on PCI. Dependencies do not get propagated through select. Signed-off-by: Michael Chan <mchan@broadcom.com> Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
Diffstat (limited to 'drivers/scsi/bnx2i/Kconfig')
-rw-r--r--drivers/scsi/bnx2i/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/scsi/bnx2i/Kconfig b/drivers/scsi/bnx2i/Kconfig
index 820d428..b62b482 100644
--- a/drivers/scsi/bnx2i/Kconfig
+++ b/drivers/scsi/bnx2i/Kconfig
@@ -2,6 +2,7 @@ config SCSI_BNX2_ISCSI
tristate "Broadcom NetXtreme II iSCSI support"
select SCSI_ISCSI_ATTRS
select CNIC
+ depends on PCI
---help---
This driver supports iSCSI offload for the Broadcom NetXtreme II
devices.