mirror of
https://github.com/torvalds/linux.git
synced 2024-11-15 00:21:59 +00:00
895553824e
NETDEVICES + NETDEV_1000 need to be enabled so that kconfig will check those branches for selects and enforce "select UIO" under CNIC. Otherwise the build fails with: ERROR: "uio_unregister_device" [drivers/net/cnic.ko] undefined! ERROR: "uio_event_notify" [drivers/net/cnic.ko] undefined! ERROR: "__uio_register_device" [drivers/net/cnic.ko] undefined! Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com> Acked-by: Michael Chan <mchan@broadcom.com> Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
11 lines
252 B
Plaintext
11 lines
252 B
Plaintext
config SCSI_BNX2_ISCSI
|
|
tristate "Broadcom NetXtreme II iSCSI support"
|
|
select SCSI_ISCSI_ATTRS
|
|
select NETDEVICES
|
|
select NETDEV_1000
|
|
select CNIC
|
|
depends on PCI
|
|
---help---
|
|
This driver supports iSCSI offload for the Broadcom NetXtreme II
|
|
devices.
|