Kconfig (4f2c0a4acffbec01079c28f839422e64ddeff004) Kconfig (5642c6a086939bd1c0bba692f3a4afe4df668a50)
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# Mellanox switch drivers configuration
4#
5
6config MLXSW_CORE
7 tristate "Mellanox Technologies Switch ASICs support"
8 select NET_DEVLINK

--- 19 unchanged lines hidden (view full) ---

28 default y
29 help
30 Say Y here if you want to automatically control fans speed according
31 ambient temperature reported by ASIC.
32
33config MLXSW_PCI
34 tristate "PCI bus implementation for Mellanox Technologies Switch ASICs"
35 depends on PCI && HAS_IOMEM && MLXSW_CORE
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# Mellanox switch drivers configuration
4#
5
6config MLXSW_CORE
7 tristate "Mellanox Technologies Switch ASICs support"
8 select NET_DEVLINK

--- 19 unchanged lines hidden (view full) ---

28 default y
29 help
30 Say Y here if you want to automatically control fans speed according
31 ambient temperature reported by ASIC.
32
33config MLXSW_PCI
34 tristate "PCI bus implementation for Mellanox Technologies Switch ASICs"
35 depends on PCI && HAS_IOMEM && MLXSW_CORE
36 select PAGE_POOL
36 default m
37 help
38 This is PCI bus implementation for Mellanox Technologies Switch ASICs.
39
40 To compile this driver as a module, choose M here: the
41 module will be called mlxsw_pci.
42
43config MLXSW_I2C

--- 49 unchanged lines hidden ---
37 default m
38 help
39 This is PCI bus implementation for Mellanox Technologies Switch ASICs.
40
41 To compile this driver as a module, choose M here: the
42 module will be called mlxsw_pci.
43
44config MLXSW_I2C

--- 49 unchanged lines hidden ---