Skip to content

Commit

Permalink
net: cavium: change NET_VENDOR_CAVIUM to bool
Browse files Browse the repository at this point in the history
CONFIG_NET_VENDOR_CAVIUM is only used to hide/show config options and to
include subdirectories in the build, so it doesn't make sense to make it
tristate.

Signed-off-by: Andreas Schwab <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
andreas-schwab authored and davem330 committed Oct 22, 2015
1 parent 45c8b7b commit 7a4264a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/ethernet/cavium/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#

config NET_VENDOR_CAVIUM
tristate "Cavium ethernet drivers"
bool "Cavium ethernet drivers"
depends on PCI
default y
---help---
Expand Down

0 comments on commit 7a4264a

Please sign in to comment.