Kconfig (9c1d5284c79fea050f115eadeec1dd1758e5c630) | Kconfig (1a539d372edd9832444e7a3daa710c444c014dc9) |
---|---|
1# 2# Hardware monitoring chip drivers configuration 3# 4 5menuconfig HWMON 6 tristate "Hardware Monitoring support" 7 depends on HAS_IOMEM 8 default y --- 1051 unchanged lines hidden (view full) --- 1060 send notifications about the temperature. 1061 1062 Currently, this driver supports 1063 NCP15WB473, NCP18WB473, NCP21WB473, NCP03WB473, and NCP15WL333. 1064 1065 This driver can also be built as a module. If so, the module 1066 will be called ntc-thermistor. 1067 | 1# 2# Hardware monitoring chip drivers configuration 3# 4 5menuconfig HWMON 6 tristate "Hardware Monitoring support" 7 depends on HAS_IOMEM 8 default y --- 1051 unchanged lines hidden (view full) --- 1060 send notifications about the temperature. 1061 1062 Currently, this driver supports 1063 NCP15WB473, NCP18WB473, NCP21WB473, NCP03WB473, and NCP15WL333. 1064 1065 This driver can also be built as a module. If so, the module 1066 will be called ntc-thermistor. 1067 |
1068config SENSORS_NCT6683 1069 tristate "Nuvoton NCT6683D" 1070 depends on !PPC 1071 help 1072 If you say yes here you get support for the hardware monitoring 1073 functionality of the Nuvoton NCT6683D eSIO chip. 1074 1075 This driver can also be built as a module. If so, the module 1076 will be called nct6683. 1077 |
|
1068config SENSORS_NCT6775 1069 tristate "Nuvoton NCT6775F and compatibles" 1070 depends on !PPC 1071 select HWMON_VID 1072 help 1073 If you say yes here you get support for the hardware monitoring 1074 functionality of the Nuvoton NCT6775F, NCT6776F, NCT6779D 1075 and compatible Super-I/O chips. This driver replaces the --- 33 unchanged lines hidden (view full) --- 1109 depends on I2C 1110 help 1111 If you say yes here you get support for the Sensiron SHT21, SHT25 1112 humidity and temperature sensors. 1113 1114 This driver can also be built as a module. If so, the module 1115 will be called sht21. 1116 | 1078config SENSORS_NCT6775 1079 tristate "Nuvoton NCT6775F and compatibles" 1080 depends on !PPC 1081 select HWMON_VID 1082 help 1083 If you say yes here you get support for the hardware monitoring 1084 functionality of the Nuvoton NCT6775F, NCT6776F, NCT6779D 1085 and compatible Super-I/O chips. This driver replaces the --- 33 unchanged lines hidden (view full) --- 1119 depends on I2C 1120 help 1121 If you say yes here you get support for the Sensiron SHT21, SHT25 1122 humidity and temperature sensors. 1123 1124 This driver can also be built as a module. If so, the module 1125 will be called sht21. 1126 |
1127config SENSORS_SHTC1 1128 tristate "Sensiron humidity and temperature sensors. SHTC1 and compat." 1129 depends on I2C 1130 help 1131 If you say yes here you get support for the Sensiron SHTC1 and SHTW1 1132 humidity and temperature sensors. 1133 1134 This driver can also be built as a module. If so, the module 1135 will be called shtc1. 1136 |
|
1117config SENSORS_S3C 1118 tristate "Samsung built-in ADC" 1119 depends on S3C_ADC 1120 help 1121 If you say yes here you get support for the on-board ADCs of 1122 the Samsung S3C24XX, S3C64XX and other series of SoC 1123 1124 This driver can also be built as a module. If so, the module --- 509 unchanged lines hidden --- | 1137config SENSORS_S3C 1138 tristate "Samsung built-in ADC" 1139 depends on S3C_ADC 1140 help 1141 If you say yes here you get support for the on-board ADCs of 1142 the Samsung S3C24XX, S3C64XX and other series of SoC 1143 1144 This driver can also be built as a module. If so, the module --- 509 unchanged lines hidden --- |