Kconfig 2.74 KB
Newer Older
1
#
2
# I2C Sensor device configuration
3 4 5 6
#

menu "I2C Hardware Sensors Chip support"

7 8 9 10
config I2C_SENSOR
	tristate
	default n

11
config SENSORS_ADM1021
12
	tristate "Analog Devices ADM1021 and compatibles"
13
	depends on I2C && EXPERIMENTAL
14
	select I2C_SENSOR
15 16 17 18
	help
	  If you say yes here you get support for Analog Devices ADM1021 
	  and ADM1023 sensor chips and clones: Maxim MAX1617 and MAX1617A,
	  Genesys Logic GL523SM, National Semi LM84, TI THMC10,
19
	  and the XEON processor built-in sensor.
20

21 22
	  This driver can also be built as a module.  If so, the module
	  will be called adm1021.
23

24
config SENSORS_IT87
25
	tristate "National Semiconductors IT87 and compatibles"
26
	depends on I2C && EXPERIMENTAL
27
	select I2C_SENSOR
28
	help
29 30
	  If you say yes here you get support for National Semiconductor IT87
	  sensor chips and clones: IT8705F, IT8712F and SiS960.
31

32 33
	  This driver can also be built as a module.  If so, the module
	  will be called it87.
34

35
config SENSORS_LM75
36
	tristate "National Semiconductors LM75 and compatibles"
37
	depends on I2C && EXPERIMENTAL
38
	select I2C_SENSOR
39 40 41
	help
	  If you say yes here you get support for National Semiconductor LM75
	  sensor chips and clones: Dallas Semi DS75 and DS1775, TelCon
42
	  TCN75, and National Semi LM77.
43

44 45
	  This driver can also be built as a module.  If so, the module
	  will be called lm75.
46

47
config SENSORS_LM78
48
	tristate "National Semiconductors LM78 and compatibles"
49
	depends on I2C && EXPERIMENTAL
50
	select I2C_SENSOR
51 52 53 54 55
	help
	  If you say yes here you get support for National Semiconductor LM78,
	  LM78-J and LM79.  This can also be built as a module which can be
	  inserted and removed while the kernel is running.

56 57 58 59 60 61 62 63 64 65 66 67 68
	  This driver can also be built as a module.  If so, the module
	  will be called lm78.

config SENSORS_LM85
	tristate "National Semiconductors LM85 and compatibles"
	depends on I2C && EXPERIMENTAL
	select I2C_SENSOR
	help
	  If you say yes here you get support for National Semiconductor LM85
	  sensor chips and clones: ADT7463 and ADM1027.

	  This driver can also be built as a module.  If so, the module
	  will be called lm85.
69

70
config SENSORS_VIA686A
71
	tristate "VIA686A"
72
	depends on I2C && EXPERIMENTAL
73
	select I2C_SENSOR
74 75
	help
	  If you say yes here you get support for the integrated sensors in
76
	  Via 686A/B South Bridges.
77

78 79
	  This driver can also be built as a module.  If so, the module
	  will be called via686a.
80

81
config SENSORS_W83781D
82
	tristate "Winbond W83781D, W83782D, W83783S, W83627HF, Asus AS99127F"
83
	depends on I2C && EXPERIMENTAL
84
	select I2C_SENSOR
85 86 87
	help
	  If you say yes here you get support for the Winbond W8378x series
	  of sensor chips: the W83781D, W83782D, W83783S and W83682HF,
88
	  and the similar Asus AS99127F.
89
	  
90 91
	  This driver can also be built as a module.  If so, the module
	  will be called w83781d.
92

93
endmenu