Kconfig 4.85 KB
Newer Older
Linus Torvalds's avatar
Linus Torvalds committed
1
#
2
# Miscellaneous I2C chip drivers configuration
Linus Torvalds's avatar
Linus Torvalds committed
3 4
#

5
menu "Miscellaneous I2C Chip support"
Linus Torvalds's avatar
Linus Torvalds committed
6 7 8
	depends on I2C

config SENSORS_DS1337
9
	tristate "Dallas Semiconductor DS1337 and DS1339 Real Time Clock"
Linus Torvalds's avatar
Linus Torvalds committed
10 11 12
	depends on I2C && EXPERIMENTAL
	help
	  If you say yes here you get support for Dallas Semiconductor
13
	  DS1337 and DS1339 real-time clock chips.
Linus Torvalds's avatar
Linus Torvalds committed
14 15 16 17

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

18 19 20 21 22 23 24 25 26 27
config SENSORS_DS1374
	tristate "Maxim/Dallas Semiconductor DS1374 Real Time Clock"
	depends on I2C && EXPERIMENTAL
	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.

Linus Torvalds's avatar
Linus Torvalds committed
28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48
config SENSORS_EEPROM
	tristate "EEPROM reader"
	depends on I2C && EXPERIMENTAL
	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"
	depends on I2C && EXPERIMENTAL
	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.

49 50 51 52 53 54 55 56 57 58
config SENSORS_PCA9539
	tristate "Philips PCA9539 16-bit I/O port"
	depends on I2C && EXPERIMENTAL
	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.

Linus Torvalds's avatar
Linus Torvalds committed
59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88
config SENSORS_PCF8591
	tristate "Philips PCF8591"
	depends on I2C && EXPERIMENTAL
	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.

config SENSORS_RTC8564
	tristate "Epson 8564 RTC chip"
	depends on I2C && EXPERIMENTAL
	help
	  If you say yes here you get support for the Epson 8564 RTC chip.

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

config ISP1301_OMAP
	tristate "Philips ISP1301 with OMAP OTG"
	depends on I2C && ARCH_OMAP_OTG
	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.

89 90 91
# 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
Tony Lindgren's avatar
Tony Lindgren committed
92
config TPS65010
93 94
	tristate "TPS6501x Power Management chips"
	depends on I2C && ARCH_OMAP
 Anderson Lizardo's avatar
 
Anderson Lizardo committed
95
	default y if MACH_OMAP_H2 || MACH_OMAP_H3 || MACH_OMAP_OSK
Tony Lindgren's avatar
Tony Lindgren committed
96
	help
97 98 99 100
	  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.
Tony Lindgren's avatar
Tony Lindgren committed
101 102 103 104

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

105 106 107 108 109 110 111 112 113
config SENSORS_TLV320AIC23
	tristate "Texas Instruments TLV320AIC23 Codec"
	depends on I2C && I2C_OMAP
	help
	  If you say yes here you get support for the I2C control
	  interface for Texas Instruments TLV320AIC23 audio codec.

config GPIOEXPANDER_OMAP
	bool "GPIO Expander PCF8574PWR for OMAP"
114
	depends on I2C && (ARCH_OMAP16XX || ARCH_OMAP24XX)
115 116
	help
	  If you say yes here you get support for I/O expander calls
117
	  to configure IrDA, Camera and audio devices.
118

119 120 121 122 123 124
config MENELAUS
	bool "Menelaus PM chip"
	depends on I2C=y && ARCH_OMAP24XX
	help
	  Say yes here if you have Menelaus chip on your board

125 126 127 128 129 130 131 132 133 134
config SENSORS_M41T00
	tristate "ST M41T00 RTC chip"
	depends on I2C && PPC32
	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.

config SENSORS_MAX6875
135
	tristate "Maxim MAX6875 Power supply supervisor"
136 137
	depends on I2C && EXPERIMENTAL
	help
138 139 140 141
	  If you say yes here you get support for the Maxim MAX6875
	  EEPROM-programmable, quad power-supply sequencer/supervisor.

	  This provides an interface to program the EEPROM and reset the chip.
142

143 144
	  This driver also supports the Maxim MAX6874 hex power-supply
	  sequencer/supervisor if found at a compatible address.
145 146 147 148

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

149 150 151 152 153 154 155 156 157
config RTC_X1205_I2C
	tristate "Xicor X1205 RTC chip"
	depends on I2C && EXPERIMENTAL
	help
	  If you say yes here you get support for the Xicor X1205 RTC chip.

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

Linus Torvalds's avatar
Linus Torvalds committed
158
endmenu