Kconfig (1136fa0c07de570dc17858745af8be169d1440ba) Kconfig (662f24826f954d49d56211822bcd7b3109287961)
1# SPDX-License-Identifier: GPL-2.0
2#
3# Platform support for Mellanox hardware
4#
5
6menuconfig MELLANOX_PLATFORM
7 bool "Platform support for Mellanox hardware"
8 depends on X86 || ARM || ARM64 || COMPILE_TEST

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

73 depends on ARM64
74 depends on HWMON
75 depends on ACPI
76 help
77 Say y here to enable PMC support. The PMC driver provides access
78 to performance monitoring counters within various blocks in the
79 Mellanox BlueField SoC via a sysfs interface.
80
1# SPDX-License-Identifier: GPL-2.0
2#
3# Platform support for Mellanox hardware
4#
5
6menuconfig MELLANOX_PLATFORM
7 bool "Platform support for Mellanox hardware"
8 depends on X86 || ARM || ARM64 || COMPILE_TEST

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

73 depends on ARM64
74 depends on HWMON
75 depends on ACPI
76 help
77 Say y here to enable PMC support. The PMC driver provides access
78 to performance monitoring counters within various blocks in the
79 Mellanox BlueField SoC via a sysfs interface.
80
81config NVSW_SN2201
82 tristate "Nvidia SN2201 platform driver support"
83 depends on REGMAP
84 depends on HWMON
85 depends on I2C
86 depends on REGMAP_I2C
87 help
88 This driver provides support for the Nvidia SN2201 platfom.
89 The SN2201 is a highly integrated for one rack unit system with
90 L3 management switches. It has 48 x 1Gbps RJ45 + 4 x 100G QSFP28
91 ports in a compact 1RU form factor. The system also including a
92 serial port (RS-232 interface), an OOB port (1G/100M MDI interface)
93 and USB ports for management functions.
94 The processor used on SN2201 is Intel Atom®Processor C Series,
95 C3338R which is one of the Denverton product families.
96 System equipped with Nvidia®Spectrum-1 32x100GbE Ethernet switch.
97
81endif # MELLANOX_PLATFORM
98endif # MELLANOX_PLATFORM