mirror of
https://github.com/revyos/th1520-vendor-uboot.git
synced 2026-09-17 21:02:04 +02:00
15 lines
382 B
Plaintext
15 lines
382 B
Plaintext
config SYS_VPD_EEPROM_I2C_ADDR
|
|
hex "I2C address of the EEPROM device used for VPD"
|
|
help
|
|
VPD = Vital Product Data
|
|
|
|
config SYS_VPD_EEPROM_I2C_BUS
|
|
int "I2C bus of the EEPROM device used for VPD."
|
|
|
|
config SYS_VPD_EEPROM_SIZE
|
|
int "Size in bytes of the EEPROM device used for VPD"
|
|
|
|
config SYS_VPD_EEPROM_I2C_ADDR_LEN
|
|
int "Number of bytes to use for VPD EEPROM address"
|
|
default 1
|