Skip to content

Commit

Permalink
net: vertexcom: default to disabled on kbuild
Browse files Browse the repository at this point in the history
Sorry for being rude but new vendors/drivers are supposed to be disabled
by default, otherwise we will have to manually keep track of all vendors
we are not interested in building.

Fixes: 2f207cb ("net: vertexcom: Add MSE102x SPI support")
CC: Stefan Wahren <stefan.wahren@i2se.com>
Signed-off-by: Saeed Mahameed <saeedm@nvidia.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Saeed Mahameed authored and David S. Miller committed Jan 3, 2022
1 parent 0d6f01f commit 6bf950a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/ethernet/vertexcom/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

config NET_VENDOR_VERTEXCOM
bool "Vertexcom devices"
default y
default n
help
If you have a network (Ethernet) card belonging to this class, say Y.

Expand Down

0 comments on commit 6bf950a

Please sign in to comment.