blob: cbd6df289ee279925da1483b50f72505fba3c331 [file] [log] [blame]
Thang Tran2a191522022-11-01 18:09:37 +07001option('mac-address-fru-bus',
2 type : 'integer',
3 value : -1,
4 description: 'The i2c bus index of FRU device which includes MAC ADDRESS information')
5
6option('mac-address-fru-addr',
7 type : 'integer',
8 value : 0,
9 description: 'The i2c address (0x08->0x77) of FRU device which includes MAC ADDRESS information')
10