Skip to content
Snippets Groups Projects
Commit e3f24d4f authored by Adam Ford's avatar Adam Ford Committed by Tom Rini
Browse files

Kconfig: Add EEPROM options to Kconfig when I2C_EEPROM is set


Add the following options to drivers/misc/Kconfig:
	SYS_I2C_EEPROM_ADDR
	SYS_I2C_EEPROM_BUS
	SYS_EEPROM_SIZE
	SYS_EEPROM_PAGE_WRITE_BITS
	SYS_EEPROM_PAGE_WRITE_DELAY_MS
	SYS_I2C_EEPROM_ADDR_LEN
	SYS_I2C_EEPROM_ADDR_OVERFLOW

This does not migrate any boards, but provides a foundations for
those who want/need these options

Signed-off-by: default avatarAdam Ford <aford173@gmail.com>
[trini: Migrate uniphier]
Signed-off-by: default avatarTom Rini <trini@konsulko.com>
parent db35573a
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment