Kconfig (552c69b36ebd966186573b9c7a286b390935cce1) | Kconfig (5ec4a8ace06cc0dc1af190dfa53d175029714d66) |
---|---|
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 || COMPILE_TEST --- 9 unchanged lines hidden (view full) --- 18 tristate "Mellanox platform hotplug driver support" 19 depends on REGMAP 20 depends on HWMON 21 depends on I2C 22 ---help--- 23 This driver handles hot-plug events for the power suppliers, power 24 cables and fans on the wide range Mellanox IB and Ethernet systems. 25 | 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 || COMPILE_TEST --- 9 unchanged lines hidden (view full) --- 18 tristate "Mellanox platform hotplug driver support" 19 depends on REGMAP 20 depends on HWMON 21 depends on I2C 22 ---help--- 23 This driver handles hot-plug events for the power suppliers, power 24 cables and fans on the wide range Mellanox IB and Ethernet systems. 25 |
26config MLXREG_IO 27 tristate "Mellanox platform register access driver support" 28 depends on REGMAP 29 depends on HWMON 30 help 31 This driver allows access to Mellanox programmable device register 32 space through sysfs interface. The sets of registers for sysfs access 33 are defined per system type bases and include the registers related 34 to system resets operation, system reset causes monitoring and some 35 kinds of mux selection. 36 |
|
26endif # MELLANOX_PLATFORM | 37endif # MELLANOX_PLATFORM |