Skip to content

Commit

Permalink
Revert "net: vertexcom: default to disabled on kbuild"
Browse files Browse the repository at this point in the history
This reverts commit 6bf950a.

To align with other vendors, NET_VENDOR configs are supposed to be ON by
default, while their drivers should default to OFF.

Suggested-by: Jakub Kicinski <kuba@kernel.org>
Signed-off-by: Saeed Mahameed <saeedm@nvidia.com>
Link: https://lore.kernel.org/r/20220110205246.66298-1-saeed@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
  • Loading branch information
Saeed Mahameed authored and Jakub Kicinski committed Jan 11, 2022
1 parent 51edb2f commit 7d6019b
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 n
default y
help
If you have a network (Ethernet) card belonging to this class, say Y.

Expand Down

0 comments on commit 7d6019b

Please sign in to comment.