Skip to content

Commit 7a4264a

Browse files
andreas-schwabdavem330
authored andcommitted
net: cavium: change NET_VENDOR_CAVIUM to bool
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]>
1 parent 45c8b7b commit 7a4264a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/net/ethernet/cavium/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44

55
config NET_VENDOR_CAVIUM
6-
tristate "Cavium ethernet drivers"
6+
bool "Cavium ethernet drivers"
77
depends on PCI
88
default y
99
---help---

0 commit comments

Comments
 (0)