Kconfig (f5bae2642e3df716d2bb7bcffdf51e7a286e885e) | Kconfig (84fc4585c152f34a1a90a03b7abb88a2e1218a42) |
---|---|
1# 2# Hardware monitoring chip drivers configuration 3# 4 5menuconfig HWMON 6 tristate "Hardware Monitoring support" 7 depends on HAS_IOMEM 8 default y --- 843 unchanged lines hidden (view full) --- 852 default n 853 help 854 If you say yes here you get hardware monitoring support for Maxim 855 MAX8688. 856 857 This driver can also be built as a module. If so, the module will 858 be called max8688. 859 | 1# 2# Hardware monitoring chip drivers configuration 3# 4 5menuconfig HWMON 6 tristate "Hardware Monitoring support" 7 depends on HAS_IOMEM 8 default y --- 843 unchanged lines hidden (view full) --- 852 default n 853 help 854 If you say yes here you get hardware monitoring support for Maxim 855 MAX8688. 856 857 This driver can also be built as a module. If so, the module will 858 be called max8688. 859 |
860config SENSORS_UCD9200 861 tristate "TI UCD9220, UCD9222, UCD9224, UCD9240, UCD9244, UCD9246, UCD9248" 862 default n 863 help 864 If you say yes here you get hardware monitoring support for TI 865 UCD9220, UCD9222, UCD9224, UCD9240, UCD9244, UCD9246, and UCD9248. 866 867 This driver can also be built as a module. If so, the module will 868 be called ucd9200. 869 |
|
860endif # PMBUS 861 862config SENSORS_SHT15 863 tristate "Sensiron humidity and temperature sensors. SHT15 and compat." 864 depends on GENERIC_GPIO 865 help 866 If you say yes here you get support for the Sensiron SHT10, SHT11, 867 SHT15, SHT71, SHT75 humidity and temperature sensors. --- 466 unchanged lines hidden --- | 870endif # PMBUS 871 872config SENSORS_SHT15 873 tristate "Sensiron humidity and temperature sensors. SHT15 and compat." 874 depends on GENERIC_GPIO 875 help 876 If you say yes here you get support for the Sensiron SHT10, SHT11, 877 SHT15, SHT71, SHT75 humidity and temperature sensors. --- 466 unchanged lines hidden --- |