diff options
author | Tom Rini | 2022-08-10 10:29:27 -0400 |
---|---|---|
committer | Tom Rini | 2022-09-01 17:18:42 -0400 |
commit | adf13bcc403dbd0cb645fe1080d8812d9de5f01f (patch) | |
tree | ff26407b3be8d1ad57c5f470fd2b71615ffe2199 /include/configs/ls1046ardb.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 <trini@konsulko.com>
Diffstat (limited to 'include/configs/ls1046ardb.h')
-rw-r--r-- | include/configs/ls1046ardb.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/ls1046ardb.h b/include/configs/ls1046ardb.h index 382d5c76461..5d329577a63 100644 --- a/include/configs/ls1046ardb.h +++ b/include/configs/ls1046ardb.h @@ -98,8 +98,6 @@ #define CONFIG_SYS_CS2_FTIM3 CONFIG_SYS_CPLD_FTIM3 /* EEPROM */ -#define CONFIG_SYS_I2C_EEPROM_NXID -#define CONFIG_SYS_EEPROM_BUS_NUM 0 #define I2C_RETIMER_ADDR 0x18 /* PMIC */ |