xref: /openbmc/u-boot/board/ge/common/Kconfig (revision 25fde1c0)
1config SYS_VPD_EEPROM_I2C_ADDR
2	hex "I2C address of the EEPROM device used for VPD"
3	help
4	  VPD = Vital Product Data
5
6config SYS_VPD_EEPROM_I2C_BUS
7	int "I2C bus of the EEPROM device used for VPD."
8
9config SYS_VPD_EEPROM_SIZE
10	int "Size in bytes of the EEPROM device used for VPD"
11
12config SYS_VPD_EEPROM_I2C_ADDR_LEN
13	int "Number of bytes to use for VPD EEPROM address"
14	default 1
15