proc: test /proc/thread-self symlink
[linux/fpc-iii.git] / drivers / platform / mellanox / Kconfig
blob591bccdeaff920600f3c4fcfcd4b5cafc5661e2e
1 # SPDX-License-Identifier: GPL-2.0
3 # Platform support for Mellanox hardware
6 menuconfig MELLANOX_PLATFORM
7         bool "Platform support for Mellanox hardware"
8         depends on X86 || ARM || COMPILE_TEST
9         ---help---
10           Say Y here to get to see options for platform support for
11           Mellanox systems. This option alone does not add any kernel code.
13           If you say N, all options in this submenu will be skipped and disabled.
15 if MELLANOX_PLATFORM
17 config MLXREG_HOTPLUG
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.
26 endif # MELLANOX_PLATFORM