Searched hist:"895553824 ed9d2c1409d4dc6e0db4d6dfd344679" (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/scsi/bnx2i/ |
H A D | Kconfig | diff 895553824ed9d2c1409d4dc6e0db4d6dfd344679 Thu Jun 18 18:55:17 CEST 2009 Randy Dunlap <randy.dunlap@oracle.com> cnic: add NETDEV_1000 and NETDEVICES to Kconfig select
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>
|