cnic: add NETDEV_1000 and NETDEVICES to Kconfig select
authorRandy Dunlap <randy.dunlap@oracle.com>
Thu, 18 Jun 2009 16:55:17 +0000 (09:55 -0700)
committerJames Bottomley <James.Bottomley@HansenPartnership.com>
Sun, 21 Jun 2009 16:02:59 +0000 (11:02 -0500)
commit895553824ed9d2c1409d4dc6e0db4d6dfd344679
tree54f6084a69dc8a0d10c475438da086f1b56298b4
parente2ee3616bc334ab51e68aad6905761ca97f35559
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>
drivers/scsi/bnx2i/Kconfig