xref: /linux/drivers/net/ethernet/mellanox/mlxsw/Kconfig (revision eda6500a987a027b78a275c11db6454404a626aa)
193c1edb2SJiri Pirko#
293c1edb2SJiri Pirko# Mellanox switch drivers configuration
393c1edb2SJiri Pirko#
493c1edb2SJiri Pirko
593c1edb2SJiri Pirkoconfig MLXSW_CORE
693c1edb2SJiri Pirko	tristate "Mellanox Technologies Switch ASICs support"
793c1edb2SJiri Pirko	---help---
893c1edb2SJiri Pirko	  This driver supports Mellanox Technologies Switch ASICs family.
993c1edb2SJiri Pirko
1093c1edb2SJiri Pirko	  To compile this driver as a module, choose M here: the
1193c1edb2SJiri Pirko	  module will be called mlxsw_core.
12*eda6500aSJiri Pirko
13*eda6500aSJiri Pirkoconfig MLXSW_PCI
14*eda6500aSJiri Pirko	tristate "PCI bus implementation for Mellanox Technologies Switch ASICs"
15*eda6500aSJiri Pirko	depends on PCI && MLXSW_CORE
16*eda6500aSJiri Pirko	default m
17*eda6500aSJiri Pirko	---help---
18*eda6500aSJiri Pirko	  This is PCI bus implementation for Mellanox Technologies Switch ASICs.
19*eda6500aSJiri Pirko
20*eda6500aSJiri Pirko	  To compile this driver as a module, choose M here: the
21*eda6500aSJiri Pirko	  module will be called mlxsw_pci.
22