summaryrefslogtreecommitdiff
path: root/board/ti/common/Kconfig
blob: 15b5ccf741b627e273e2b3f8372e5bbf309465e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
config TI_I2C_BOARD_DETECT
	bool "Support for Board detection for TI platforms"
	help
	   Support for detection board information on Texas Instrument's
	   Evaluation Boards which have I2C based EEPROM detection

config EEPROM_BUS_ADDRESS
	int "Board EEPROM's I2C bus address"
	range 0 8
	default 0

config EEPROM_CHIP_ADDRESS
	hex "Board EEPROM's I2C chip address"
	range 0 0xff
	default 0x50