xref: /openbmc/u-boot/board/ti/common/Kconfig (revision 76b00aca)
1config TI_I2C_BOARD_DETECT
2	bool "Support for Board detection for TI platforms"
3	help
4	   Support for detection board information on Texas Instrument's
5	   Evaluation Boards which have I2C based EEPROM detection
6
7config EEPROM_BUS_ADDRESS
8	int "Board EEPROM's I2C bus address"
9	range 0 8
10	default 0
11
12config EEPROM_CHIP_ADDRESS
13	hex "Board EEPROM's I2C chip address"
14	range 0 0xff
15	default 0x50
16