diff options
| -rw-r--r-- | drivers/net/ethernet/mellanox/mlxsw/Kconfig | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/drivers/net/ethernet/mellanox/mlxsw/Kconfig b/drivers/net/ethernet/mellanox/mlxsw/Kconfig index 95ae4c0d3a18..16f44b9aa076 100644 --- a/drivers/net/ethernet/mellanox/mlxsw/Kconfig +++ b/drivers/net/ethernet/mellanox/mlxsw/Kconfig @@ -50,7 +50,7 @@ config MLXSW_I2C  config MLXSW_SWITCHIB  	tristate "Mellanox Technologies SwitchIB and SwitchIB-2 support" -	depends on MLXSW_CORE && NET_SWITCHDEV +	depends on MLXSW_CORE && MLXSW_PCI && NET_SWITCHDEV  	default m  	---help---  	  This driver supports Mellanox Technologies SwitchIB and SwitchIB-2 | 
