Kconfig (a0afd4f7c1ff8cb7a9747150500f8ce081fbcfc9) | Kconfig (65929215d85702dd4a76db0ba9fbfc022ab99e55) |
---|---|
1menu "EEPROM support" 2 3config EEPROM_AT24 4 tristate "I2C EEPROMs from most vendors" 5 depends on I2C && SYSFS 6 help 7 Enable this driver to get read/write support to most I2C EEPROMs, 8 after you configure the driver to know about each EEPROM on --- 36 unchanged lines hidden (view full) --- 45 available on modern memory DIMMs and Sony Vaio laptops via I2C. Such 46 EEPROMs could theoretically be available on other devices as well. 47 48 This driver can also be built as a module. If so, the module 49 will be called eeprom. 50 51config EEPROM_MAX6875 52 tristate "Maxim MAX6874/5 power supply supervisor" | 1menu "EEPROM support" 2 3config EEPROM_AT24 4 tristate "I2C EEPROMs from most vendors" 5 depends on I2C && SYSFS 6 help 7 Enable this driver to get read/write support to most I2C EEPROMs, 8 after you configure the driver to know about each EEPROM on --- 36 unchanged lines hidden (view full) --- 45 available on modern memory DIMMs and Sony Vaio laptops via I2C. Such 46 EEPROMs could theoretically be available on other devices as well. 47 48 This driver can also be built as a module. If so, the module 49 will be called eeprom. 50 51config EEPROM_MAX6875 52 tristate "Maxim MAX6874/5 power supply supervisor" |
53 depends on I2C && EXPERIMENTAL | 53 depends on I2C |
54 help 55 If you say yes here you get read-only support for the user EEPROM of 56 the Maxim MAX6874/5 EEPROM-programmable, quad power-supply 57 sequencer/supervisor. 58 59 All other features of this chip should be accessed via i2c-dev. 60 61 This driver can also be built as a module. If so, the module --- 37 unchanged lines hidden --- | 54 help 55 If you say yes here you get read-only support for the user EEPROM of 56 the Maxim MAX6874/5 EEPROM-programmable, quad power-supply 57 sequencer/supervisor. 58 59 All other features of this chip should be accessed via i2c-dev. 60 61 This driver can also be built as a module. If so, the module --- 37 unchanged lines hidden --- |