From: Randy Dunlap Date: Thu, 18 Jun 2009 16:55:17 +0000 (-0700) Subject: cnic: add NETDEV_1000 and NETDEVICES to Kconfig select X-Git-Tag: v2.6.31-rc1~32^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=895553824ed9d2c1409d4dc6e0db4d6dfd344679;p=pandora-kernel.git 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 Acked-by: Michael Chan Signed-off-by: James Bottomley --- Reading git-diff-tree failed