2015-07-30 05:33:46 +08:00
|
|
|
#
|
|
|
|
# Mellanox switch drivers configuration
|
|
|
|
#
|
|
|
|
|
|
|
|
config MLXSW_CORE
|
|
|
|
tristate "Mellanox Technologies Switch ASICs support"
|
|
|
|
---help---
|
|
|
|
This driver supports Mellanox Technologies Switch ASICs family.
|
|
|
|
|
|
|
|
To compile this driver as a module, choose M here: the
|
|
|
|
module will be called mlxsw_core.
|
2015-07-30 05:33:47 +08:00
|
|
|
|
|
|
|
config MLXSW_PCI
|
|
|
|
tristate "PCI bus implementation for Mellanox Technologies Switch ASICs"
|
|
|
|
depends on PCI && MLXSW_CORE
|
|
|
|
default m
|
|
|
|
---help---
|
|
|
|
This is PCI bus implementation for Mellanox Technologies Switch ASICs.
|
|
|
|
|
|
|
|
To compile this driver as a module, choose M here: the
|
|
|
|
module will be called mlxsw_pci.
|