Kconfig 4.5 KB
Newer Older
L
Linus Torvalds 已提交
1
#
2
# Miscellaneous I2C chip drivers configuration
L
Linus Torvalds 已提交
3 4
#

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

config SENSORS_DS1337
J
Jean Delvare 已提交
8
	tristate "Dallas DS1337 and DS1339 Real Time Clock (DEPRECATED)"
J
Jan Engelhardt 已提交
9
	depends on EXPERIMENTAL
L
Linus Torvalds 已提交
10 11
	help
	  If you say yes here you get support for Dallas Semiconductor
12
	  DS1337 and DS1339 real-time clock chips.
L
Linus Torvalds 已提交
13 14 15 16

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

J
Jean Delvare 已提交
17 18 19
	  This driver is deprecated and will be dropped soon. Use
	  rtc-ds1307 instead.

20
config SENSORS_DS1374
J
Jean Delvare 已提交
21
	tristate "Dallas DS1374 Real Time Clock (DEPRECATED)"
J
Jan Engelhardt 已提交
22
	depends on EXPERIMENTAL
23 24 25 26 27 28 29
	help
	  If you say yes here you get support for Dallas Semiconductor
	  DS1374 real-time clock chips.

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

J
Jean Delvare 已提交
30 31 32
	  This driver is deprecated and will be dropped soon. Use
	  rtc-ds1374 instead.

G
Grant Likely 已提交
33 34 35 36 37 38 39 40 41 42
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 已提交
43 44
config SENSORS_EEPROM
	tristate "EEPROM reader"
J
Jan Engelhardt 已提交
45
	depends on EXPERIMENTAL
L
Linus Torvalds 已提交
46 47 48 49 50 51 52 53 54 55
	help
	  If you say yes here you get read-only access to the EEPROM data
	  available on modern memory DIMMs and Sony Vaio laptops.  Such
	  EEPROMs could theoretically be available on other devices as well.

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

config SENSORS_PCF8574
	tristate "Philips PCF8574 and PCF8574A"
J
Jan Engelhardt 已提交
56
	depends on EXPERIMENTAL
57
	default n
L
Linus Torvalds 已提交
58 59 60 61 62 63 64
	help
	  If you say yes here you get support for Philips PCF8574 and 
	  PCF8574A chips.

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

65 66 67
	  These devices are hard to detect and rarely found on mainstream
	  hardware.  If unsure, say N.

68 69
config SENSORS_PCA9539
	tristate "Philips PCA9539 16-bit I/O port"
J
Jan Engelhardt 已提交
70
	depends on EXPERIMENTAL
71 72 73 74 75 76 77
	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.

L
Linus Torvalds 已提交
78 79
config SENSORS_PCF8591
	tristate "Philips PCF8591"
J
Jan Engelhardt 已提交
80
	depends on EXPERIMENTAL
81
	default n
L
Linus Torvalds 已提交
82 83 84 85 86 87
	help
	  If you say yes here you get support for Philips PCF8591 chips.

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

88 89 90
	  These devices are hard to detect and rarely found on mainstream
	  hardware.  If unsure, say N.

L
Linus Torvalds 已提交
91 92
config ISP1301_OMAP
	tristate "Philips ISP1301 with OMAP OTG"
J
Jan Engelhardt 已提交
93
	depends on ARCH_OMAP_OTG
L
Linus Torvalds 已提交
94 95 96 97 98 99 100 101 102
	help
	  If you say yes here you get support for the Philips ISP1301
	  USB-On-The-Go transceiver working with the OMAP OTG controller.
	  The ISP1301 is used in products including H2 and H3 development
	  boards for Texas Instruments OMAP processors.
	  
	  This driver can also be built as a module.  If so, the module
	  will be called isp1301_omap.

103 104 105 106 107
# NOTE:  This isn't really OMAP-specific, except for the current
# interface location in  <include/asm-arm/arch-omap/tps65010.h>
# and having mostly OMAP-specific board support
config TPS65010
	tristate "TPS6501x Power Management chips"
J
Jan Engelhardt 已提交
108
	depends on ARCH_OMAP
109 110 111 112 113 114 115 116 117 118
	default y if MACH_OMAP_H2 || MACH_OMAP_H3 || MACH_OMAP_OSK
	help
	  If you say yes here you get support for the TPS6501x series of
	  Power Management chips.  These include voltage regulators,
	  lithium ion/polymer battery charging, and other features that
	  are often used in portable devices like cell phones and cameras.

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

L
Linus Torvalds 已提交
119
config SENSORS_M41T00
J
Jean Delvare 已提交
120
	tristate "ST M41T00 RTC chip (DEPRECATED)"
J
Jan Engelhardt 已提交
121
	depends on PPC32
L
Linus Torvalds 已提交
122 123 124 125 126 127
	help
	  If you say yes here you get support for the ST M41T00 RTC chip.

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

J
Jean Delvare 已提交
128 129 130
	  This driver is deprecated and will be dropped soon. Use
	  rtc-ds1307 or rtc-m41t80 instead.

131
config SENSORS_MAX6875
132
	tristate "Maxim MAX6875 Power supply supervisor"
J
Jan Engelhardt 已提交
133
	depends on EXPERIMENTAL
134
	help
135 136
	  If you say yes here you get support for the Maxim MAX6875
	  EEPROM-programmable, quad power-supply sequencer/supervisor.
137

138 139 140 141
	  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.
142 143 144 145

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

L
Linus Torvalds 已提交
146
endmenu