Training courses

Kernel and Embedded Linux

Bootlin training courses

Embedded Linux, kernel,
Yocto Project, Buildroot, real-time,
graphics, boot time, debugging...

Bootlin logo

Elixir Cross Referencer

# SPDX-License-Identifier: GPL-2.0
#
# Platform support for Mellanox hardware
#

menuconfig CONFIG_MELLANOX_PLATFORM
	bool "Platform support for Mellanox hardware"
	depends on CONFIG_X86 || CONFIG_ARM || CONFIG_ARM64 || CONFIG_COMPILE_TEST
	---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 CONFIG_MELLANOX_PLATFORM

config CONFIG_MLXREG_HOTPLUG
	tristate "Mellanox platform hotplug driver support"
	depends on CONFIG_REGMAP
	depends on CONFIG_HWMON
	depends on CONFIG_I2C
	---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 CONFIG_MLXREG_IO
	tristate "Mellanox platform register access driver support"
	depends on CONFIG_REGMAP
	depends on CONFIG_HWMON
	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 CONFIG_MLXBF_TMFIFO
	tristate "Mellanox BlueField SoC TmFifo platform driver"
	depends on CONFIG_ARM64
	depends on CONFIG_ACPI
	depends on CONFIG_VIRTIO_CONSOLE && CONFIG_VIRTIO_NET
	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 # CONFIG_MELLANOX_PLATFORM