Kconfig 2.8 KB
Newer Older
L
Linus Torvalds 已提交
1
#
2
# Miscellaneous I2C chip drivers configuration
L
Linus Torvalds 已提交
3
#
4 5
# *** DEPRECATED! Do not add new entries! See Makefile ***
#
L
Linus Torvalds 已提交
6

7
menu "Miscellaneous I2C Chip support"
L
Linus Torvalds 已提交
8

G
Grant Likely 已提交
9 10 11 12 13 14 15 16 17 18
config DS1682
	tristate "Dallas DS1682 Total Elapsed Time Recorder with Alarm"
	depends on EXPERIMENTAL
	help
	  If you say yes here you get support for Dallas Semiconductor
	  DS1682 Total Elapsed Time Recorder.

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

L
Linus Torvalds 已提交
19
config SENSORS_PCF8574
20 21
	tristate "Philips PCF8574 and PCF8574A (DEPRECATED)"
	depends on EXPERIMENTAL && GPIO_PCF857X = "n"
22
	default n
L
Linus Torvalds 已提交
23 24
	help
	  If you say yes here you get support for Philips PCF8574 and 
25
	  PCF8574A chips. These chips are 8-bit I/O expanders for the I2C bus.
L
Linus Torvalds 已提交
26 27 28 29

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

30 31 32
	  This driver is deprecated and will be dropped soon. Use
	  drivers/gpio/pcf857x.c instead.

33 34 35
	  These devices are hard to detect and rarely found on mainstream
	  hardware.  If unsure, say N.

36
config PCF8575
37
	tristate "Philips PCF8575 (DEPRECATED)"
38
	default n
39
	depends on GPIO_PCF857X = "n"
40 41 42 43 44 45 46 47
	help
	  If you say yes here you get support for Philips PCF8575 chip.
	  This chip is a 16-bit I/O expander for the I2C bus.  Several other
	  chip manufacturers sell equivalent chips, e.g. Texas Instruments.

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

48 49 50
	  This driver is deprecated and will be dropped soon. Use
	  drivers/gpio/pcf857x.c instead.

51 52 53
	  This device is hard to detect and is rarely found on mainstream
	  hardware.  If unsure, say N.

54
config SENSORS_PCA9539
E
eric miao 已提交
55
	tristate "Philips PCA9539 16-bit I/O port (DEPRECATED)"
56
	depends on EXPERIMENTAL && GPIO_PCA953X = "n"
57 58 59 60 61 62 63
	help
	  If you say yes here you get support for the Philips PCA9539
	  16-bit I/O port.

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

E
eric miao 已提交
64
	  This driver is deprecated and will be dropped soon. Use
65
	  drivers/gpio/pca953x.c instead.
E
eric miao 已提交
66

67
config SENSORS_MAX6875
68
	tristate "Maxim MAX6875 Power supply supervisor"
J
Jan Engelhardt 已提交
69
	depends on EXPERIMENTAL
70
	help
71 72
	  If you say yes here you get support for the Maxim MAX6875
	  EEPROM-programmable, quad power-supply sequencer/supervisor.
73

74 75 76 77
	  This provides an interface to program the EEPROM and reset the chip.

	  This driver also supports the Maxim MAX6874 hex power-supply
	  sequencer/supervisor if found at a compatible address.
78 79 80 81

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

82 83 84 85 86 87 88 89 90 91
config SENSORS_TSL2550
	tristate "Taos TSL2550 ambient light sensor"
	depends on EXPERIMENTAL
	help
	  If you say yes here you get support for the Taos TSL2550
	  ambient light sensor.

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

L
Linus Torvalds 已提交
92
endmenu