Kconfig (41be702a542a0d14bb0b1c16e824fa9ed27616ec) Kconfig (3d0b16a66c8a9d10294572c6f79df4f15a27825d)
1menu "EEPROM support"
2
3config EEPROM_AT24
4 tristate "I2C EEPROMs / RAMs / ROMs from most vendors"
5 depends on I2C && SYSFS
6 help
7 Enable this driver to get read/write support to most I2C EEPROMs
8 and compatible devices like FRAMs, SRAMs, ROMs etc. After you

--- 82 unchanged lines hidden (view full) ---

91 This option enables access to display configuration EEPROMs
92 on digsy_mtc board. You have to additionally select Microwire
93 EEPROM 93XX46 driver. sysfs entries will be created for that
94 EEPROM allowing to read/write the configuration data or to
95 erase the whole EEPROM.
96
97 If unsure, say N.
98
1menu "EEPROM support"
2
3config EEPROM_AT24
4 tristate "I2C EEPROMs / RAMs / ROMs from most vendors"
5 depends on I2C && SYSFS
6 help
7 Enable this driver to get read/write support to most I2C EEPROMs
8 and compatible devices like FRAMs, SRAMs, ROMs etc. After you

--- 82 unchanged lines hidden (view full) ---

91 This option enables access to display configuration EEPROMs
92 on digsy_mtc board. You have to additionally select Microwire
93 EEPROM 93XX46 driver. sysfs entries will be created for that
94 EEPROM allowing to read/write the configuration data or to
95 erase the whole EEPROM.
96
97 If unsure, say N.
98
99config EEPROM_SUNXI_SID
100 tristate "Allwinner sunxi security ID support"
101 depends on ARCH_SUNXI && SYSFS
102 help
103 This is a driver for the 'security ID' available on various Allwinner
104 devices.
105
106 Due to the potential risks involved with changing e-fuses,
107 this driver is read-only.
108
109 This driver can also be built as a module. If so, the module
110 will be called sunxi_sid.
111
112endmenu
99endmenu