board: ge: bx50v3, imx53ppd: add eeprom partitions
[oweals/u-boot.git] / board / ge / common / Kconfig
1 config SYS_VPD_EEPROM_I2C_ADDR
2         hex "I2C address of the EEPROM device used for VPD"
3         help
4           VPD = Vital Product Data
5
6 config SYS_VPD_EEPROM_I2C_BUS
7         int "I2C bus of the EEPROM device used for VPD."
8
9 config SYS_VPD_EEPROM_SIZE
10         int "Size in bytes of the EEPROM device used for VPD"
11
12 config SYS_VPD_EEPROM_I2C_ADDR_LEN
13         int "Number of bytes to use for VPD EEPROM address"
14         default 1