Kconfig (6b16f5d12202a23d875915349cc031c07fe1b3ec) | Kconfig (65afb4c8e7e4e7e74b28efa1df62da503ca3e7a6) |
---|---|
1# 2# Hardware monitoring chip drivers configuration 3# 4 5menuconfig HWMON 6 tristate "Hardware Monitoring support" 7 depends on HAS_IOMEM 8 default y --- 923 unchanged lines hidden (view full) --- 932 help 933 If you say yes here you get support for MCP3021 and MCP3221. 934 The MCP3021 is a A/D converter (ADC) with 10-bit and the MCP3221 935 with 12-bit resolution. 936 937 This driver can also be built as a module. If so, the module 938 will be called mcp3021. 939 | 1# 2# Hardware monitoring chip drivers configuration 3# 4 5menuconfig HWMON 6 tristate "Hardware Monitoring support" 7 depends on HAS_IOMEM 8 default y --- 923 unchanged lines hidden (view full) --- 932 help 933 If you say yes here you get support for MCP3021 and MCP3221. 934 The MCP3021 is a A/D converter (ADC) with 10-bit and the MCP3221 935 with 12-bit resolution. 936 937 This driver can also be built as a module. If so, the module 938 will be called mcp3021. 939 |
940config SENSORS_MLXREG_FAN 941 tristate "Mellanox Mellanox FAN driver" 942 depends on MELLANOX_PLATFORM 943 imply THERMAL 944 select REGMAP 945 help 946 This option enables support for the FAN control on the Mellanox 947 Ethernet and InfiniBand switches. The driver can be activated by the 948 platform device add call. Say Y to enable these. To compile this 949 driver as a module, choose 'M' here: the module will be called 950 mlxreg-fan. 951 |
|
940config SENSORS_TC654 941 tristate "Microchip TC654/TC655 and compatibles" 942 depends on I2C 943 help 944 If you say yes here you get support for TC654 and TC655. 945 The TC654 and TC655 are PWM mode fan speed controllers with 946 FanSense technology for use with brushless DC fans. 947 --- 972 unchanged lines hidden --- | 952config SENSORS_TC654 953 tristate "Microchip TC654/TC655 and compatibles" 954 depends on I2C 955 help 956 If you say yes here you get support for TC654 and TC655. 957 The TC654 and TC655 are PWM mode fan speed controllers with 958 FanSense technology for use with brushless DC fans. 959 --- 972 unchanged lines hidden --- |