Kconfig: Drop CONFIG_SYS_I2C_DTT_ADDR
This option is only defined to a non-default value by canyonlands, which needs conversion to driver model (where the I2C address would be defined by the device tree). Drop this option. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Tom Rini <trini@konsulko.com> Reviewed-by: Heiko Schocher <hs@denx.de>
This commit is contained in:
@@ -269,10 +269,6 @@
|
||||
#define CONFIG_SYS_DTT_LOW_TEMP -30
|
||||
#define CONFIG_SYS_DTT_HYSTERESIS 3
|
||||
|
||||
#if defined(CONFIG_ARCHES)
|
||||
#define CONFIG_SYS_I2C_DTT_ADDR 0x4a /* AD7414 I2C address */
|
||||
#endif
|
||||
|
||||
#if !defined(CONFIG_ARCHES)
|
||||
/* RTC configuration */
|
||||
#define CONFIG_RTC_M41T62
|
||||
|
||||
@@ -320,7 +320,6 @@
|
||||
/* Standard DTT sensor configuration */
|
||||
#define CONFIG_DTT_DS1775 1
|
||||
#define CONFIG_DTT_SENSORS { 0 }
|
||||
#define CONFIG_SYS_I2C_DTT_ADDR 0x48
|
||||
|
||||
/* RTC configuration */
|
||||
#define CONFIG_RTC_DS1338 1
|
||||
|
||||
@@ -192,7 +192,6 @@
|
||||
/* Standard DTT sensor configuration */
|
||||
#define CONFIG_DTT_DS1775 1
|
||||
#define CONFIG_DTT_SENSORS { 0 }
|
||||
#define CONFIG_SYS_I2C_DTT_ADDR 0x48
|
||||
|
||||
/* RTC configuration */
|
||||
#define CONFIG_RTC_X1205 1
|
||||
|
||||
Reference in New Issue
Block a user