Denis Zalevskiy | 4c55208 | 2018-10-17 10:33:27 +0200 | [diff] [blame] | 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 |