How To Wiki
Advertisement

Howto configure the Linux kernel / drivers / i2c / chips


Miscellaneous I2C chip drivers configuration

Miscellaneous I2C Chip support[]

    • depends on I2C


  • Option: SENSORS_DS1337
    • Kernel Versions: 2.6.15.6 ...
    • (on/off/module) Dallas Semiconductor DS1337 and DS1339 Real Time Clock
    • depends on I2C && EXPERIMENTAL
      If you say yes here you get support for Dallas Semiconductor DS1337 and DS1339 real-time clock chips.
      This driver can also be built as a module. If so, the module will be called ds1337.


  • Option: SENSORS_DS1374
    • Kernel Versions: 2.6.15.6 ...
    • (on/off/module) Maxim/Dallas Semiconductor DS1374 Real Time Clock
    • depends on I2C && EXPERIMENTAL
      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.


  • Option: SENSORS_EEPROM
    • Kernel Versions: 2.6.15.6 ...
    • (on/off/module) EEPROM reader
    • depends on I2C && EXPERIMENTAL
      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.


  • Option: SENSORS_PCF8574
    • Kernel Versions: 2.6.15.6 ...
    • (on/off/module) Philips PCF8574 and PCF8574A
    • depends on I2C && EXPERIMENTAL
      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.


  • Option: SENSORS_PCA9539
    • Kernel Versions: 2.6.15.6 ...
    • (on/off/module) Philips PCA9539 16-bit I/O port
    • depends on I2C && EXPERIMENTAL
      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.


  • Option: SENSORS_PCF8591
    • Kernel Versions: 2.6.15.6 ...
    • (on/off/module) Philips PCF8591
    • depends on I2C && EXPERIMENTAL
      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.


  • Option: SENSORS_RTC8564
    • Kernel Versions: 2.6.15.6 ...
    • (on/off/module) Epson 8564 RTC chip
    • depends on I2C && EXPERIMENTAL
      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.


  • Option: ISP1301_OMAP
    • Kernel Versions: 2.6.15.6 ...
    • (on/off/module) Philips ISP1301 with OMAP OTG
    • depends on I2C && ARCH_OMAP_OTG
      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.
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


  • Option: TPS65010
    • Kernel Versions: 2.6.15.6 ...
    • (on/off/module) TPS6501x Power Management chips
    • depends on I2C && ARCH_OMAP
    • default y if MACH_OMAP_H2 || MACH_OMAP_H3 || MACH_OMAP_OSK
      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.


  • Option: SENSORS_M41T00
    • Kernel Versions: 2.6.15.6 ...
    • (on/off/module) ST M41T00 RTC chip
    • depends on I2C && PPC32
      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.


  • Option: SENSORS_MAX6875
    • Kernel Versions: 2.6.15.6 ...
    • (on/off/module) Maxim MAX6875 Power supply supervisor
    • depends on I2C && EXPERIMENTAL
      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.
      This driver also supports the Maxim MAX6874 hex power-supply sequencer/supervisor if found at a compatible address.
      This driver can also be built as a module. If so, the module will be called max6875.


  • Option: RTC_X1205_I2C
    • Kernel Versions: 2.6.15.6 ...
    • (on/off/module) Xicor X1205 RTC chip
    • depends on I2C && EXPERIMENTAL
      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.



Linux Kernel Configuration

Advertisement