Kconfig (f4ff415564cbd1221e5bbac80f97ee94b7e5258d) Kconfig (d17a7dca04b23586f6c284f98196fbe0ac7607a8)
1#
2# Hardware monitoring chip drivers configuration
3#
4
5menuconfig HWMON
6 tristate "Hardware Monitoring support"
7 depends on HAS_IOMEM
8 default y

--- 1391 unchanged lines hidden (view full) ---

1400 depends on THERMAL || !THERMAL_OF
1401 help
1402 If you say yes here you get support for Texas Instruments TMP102
1403 sensor chips.
1404
1405 This driver can also be built as a module. If so, the module
1406 will be called tmp102.
1407
1#
2# Hardware monitoring chip drivers configuration
3#
4
5menuconfig HWMON
6 tristate "Hardware Monitoring support"
7 depends on HAS_IOMEM
8 default y

--- 1391 unchanged lines hidden (view full) ---

1400 depends on THERMAL || !THERMAL_OF
1401 help
1402 If you say yes here you get support for Texas Instruments TMP102
1403 sensor chips.
1404
1405 This driver can also be built as a module. If so, the module
1406 will be called tmp102.
1407
1408config SENSORS_TMP103
1409 tristate "Texas Instruments TMP103"
1410 depends on I2C
1411 select REGMAP_I2C
1412 help
1413 If you say yes here you get support for Texas Instruments TMP103
1414 sensor chips.
1415
1416 This driver can also be built as a module. If so, the module
1417 will be called tmp103.
1418
1408config SENSORS_TMP401
1409 tristate "Texas Instruments TMP401 and compatibles"
1410 depends on I2C
1411 help
1412 If you say yes here you get support for Texas Instruments TMP401,
1413 TMP411, TMP431, and TMP432 temperature sensor chips.
1414
1415 This driver can also be built as a module. If so, the module

--- 252 unchanged lines hidden ---
1419config SENSORS_TMP401
1420 tristate "Texas Instruments TMP401 and compatibles"
1421 depends on I2C
1422 help
1423 If you say yes here you get support for Texas Instruments TMP401,
1424 TMP411, TMP431, and TMP432 temperature sensor chips.
1425
1426 This driver can also be built as a module. If so, the module

--- 252 unchanged lines hidden ---