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

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

1042 depends on I2C && EXPERIMENTAL
1043 help
1044 If you say yes here you get support for Texas Instruments TMP421,
1045 TMP422 and TMP423 temperature sensor chips.
1046
1047 This driver can also be built as a module. If so, the module
1048 will be called tmp421.
1049
1#
2# Hardware monitoring chip drivers configuration
3#
4
5menuconfig HWMON
6 tristate "Hardware Monitoring support"
7 depends on HAS_IOMEM
8 default y

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

1042 depends on I2C && EXPERIMENTAL
1043 help
1044 If you say yes here you get support for Texas Instruments TMP421,
1045 TMP422 and TMP423 temperature sensor chips.
1046
1047 This driver can also be built as a module. If so, the module
1048 will be called tmp421.
1049
1050config SENSORS_TWL4030_MADC
1051 tristate "Texas Instruments TWL4030 MADC Hwmon"
1052 depends on TWL4030_MADC
1053 help
1054 If you say yes here you get hwmon support for triton
1055 TWL4030-MADC.
1056
1057 This driver can also be built as a module. If so it will be called
1058 twl4030-madc-hwmon.
1059
1050config SENSORS_VIA_CPUTEMP
1051 tristate "VIA CPU temperature sensor"
1052 depends on X86
1053 help
1054 If you say yes here you get support for the temperature
1055 sensor inside your CPU. Supported are all known variants of
1056 the VIA C7 and Nano.
1057

--- 229 unchanged lines hidden ---
1060config SENSORS_VIA_CPUTEMP
1061 tristate "VIA CPU temperature sensor"
1062 depends on X86
1063 help
1064 If you say yes here you get support for the temperature
1065 sensor inside your CPU. Supported are all known variants of
1066 the VIA C7 and Nano.
1067

--- 229 unchanged lines hidden ---