diff options
| author | Tom Rini <[email protected]> | 2022-08-10 10:29:27 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-09-01 17:18:42 -0400 |
| commit | adf13bcc403dbd0cb645fe1080d8812d9de5f01f (patch) | |
| tree | ff26407b3be8d1ad57c5f470fd2b71615ffe2199 /include/configs/lx2160a_common.h | |
| parent | f9316dbe5c179eb48a369e1ba9797534c017d02b (diff) | |
Convert CONFIG_SYS_I2C_EEPROM_CCID et al to Kconfig
This converts the following to Kconfig:
CONFIG_SYS_I2C_EEPROM_CCID
CONFIG_SYS_I2C_EEPROM_NXID
CONFIG_SYS_EEPROM_BUS_NUM
Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'include/configs/lx2160a_common.h')
| -rw-r--r-- | include/configs/lx2160a_common.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/configs/lx2160a_common.h b/include/configs/lx2160a_common.h index d39c0032c4a..ed69b857582 100644 --- a/include/configs/lx2160a_common.h +++ b/include/configs/lx2160a_common.h @@ -78,10 +78,6 @@ #define RTC #define CONFIG_SYS_I2C_RTC_ADDR 0x51 /* Channel 3*/ -/* EEPROM */ -#define CONFIG_SYS_I2C_EEPROM_NXID -#define CONFIG_SYS_EEPROM_BUS_NUM 0 - /* Qixis */ #define CONFIG_SYS_I2C_FPGA_ADDR 0x66 |
