# SPDX-License-Identifier: GPL-2.0 # # Platform support for Mellanox hardware # menuconfig [31mCONFIG_MELLANOX_PLATFORM[0m bool "Platform support for Mellanox hardware" depends on [31mCONFIG_X86[0m || [31mCONFIG_ARM[0m || [31mCONFIG_ARM64[0m || [31mCONFIG_COMPILE_TEST[0m ---help--- Say Y here to get to see options for platform support for Mellanox systems. This option alone does not add any kernel code. If you say N, all options in this submenu will be skipped and disabled. if [31mCONFIG_MELLANOX_PLATFORM[0m config [31mCONFIG_MLXREG_HOTPLUG[0m tristate "Mellanox platform hotplug driver support" depends on [31mCONFIG_REGMAP[0m depends on [31mCONFIG_HWMON[0m depends on [31mCONFIG_I2C[0m ---help--- This driver handles hot-plug events for the power suppliers, power cables and fans on the wide range Mellanox IB and Ethernet systems. config [31mCONFIG_MLXREG_IO[0m tristate "Mellanox platform register access driver support" depends on [31mCONFIG_REGMAP[0m depends on [31mCONFIG_HWMON[0m help This driver allows access to Mellanox programmable device register space through sysfs interface. The sets of registers for sysfs access are defined per system type bases and include the registers related to system resets operation, system reset causes monitoring and some kinds of mux selection. config [31mCONFIG_MLXBF_TMFIFO[0m tristate "Mellanox BlueField SoC TmFifo platform driver" depends on [31mCONFIG_ARM64[0m depends on [31mCONFIG_ACPI[0m depends on [31mCONFIG_VIRTIO_CONSOLE[0m && [31mCONFIG_VIRTIO_NET[0m help Say y here to enable TmFifo support. The TmFifo driver provides platform driver support for the TmFifo which supports console and networking based on the virtio framework. endif # [31mCONFIG_MELLANOX_PLATFORM[0m |