Skip to content

Commit

Permalink
Staging: benet: build is broken unless CONFIG_NETPOLL is enabled
Browse files Browse the repository at this point in the history
So disable the driver in that build situation and document
that this needs to be fixed.

Cc: Subbu Seetharaman <subbus@serverengines.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Greg Kroah-Hartman committed Jan 6, 2009
1 parent 0252e5c commit 2774de1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/staging/benet/Kconfig
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
config BENET
tristate "ServerEngines 10Gb NIC - BladeEngine"
depends on PCI && INET
depends on PCI && INET && NETPOLL
select INET_LRO
help
This driver implements the NIC functionality for ServerEngines
Expand Down
1 change: 1 addition & 0 deletions drivers/staging/benet/TODO
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ TODO:
- fix minor checkpatch.pl issues
- remove wrappers around common iowrite functions
- full netdev audit of common problems/issues
- fix build errors when CONFIG_NETPOLL is not enabled

Please send all patches and questions to Subbu Seetharaman
<subbus@serverengines.com> and Greg Kroah-Hartman <greg@kroah.com>

0 comments on commit 2774de1

Please sign in to comment.