commit | 42f477f0ab2b179e6760f1f272b2611618082301 | [log] [tgz] |
---|---|---|
author | Sean Anderson <sean.anderson@seco.com> | Thu May 05 13:11:38 2022 -0400 |
committer | Tom Rini <trini@konsulko.com> | Wed Jun 08 13:59:53 2022 -0400 |
tree | 65b54040dd15e8afd8552b9305cd66ccd432d9aa | |
parent | dda3b389201429a65746d99ad0e4e9e2bd9819b3 [diff] |
misc: i2c_eeprom: Add fallbacks Add some fallback functions for when i2c_eeprom is disabled. This allows code to reference i2c_eeprom_* functions without needing to check whether support has been compiled in. Signed-off-by: Sean Anderson <sean.anderson@seco.com>