blob: 637b264954a1fd4499009ac8bd442f1a631c525a [file] [log] [blame]
Denis Zalevskiy4c552082018-10-17 10:33:27 +02001config 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