summaryrefslogtreecommitdiff
path: root/drivers/i2c/Kconfig
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-05-22 15:47:11 +0300
committerTom Rini <trini@konsulko.com>2021-07-08 05:22:42 +0300
commit0e377bbabbf288f1d88dd95964986e8a681a77e2 (patch)
tree996cbf38e8d2198c15d0ea130c145078a2f868fc /drivers/i2c/Kconfig
parentaa697e6904ba1b3144a46ec642d4695e7c0cdc3e (diff)
downloadu-boot-0e377bbabbf288f1d88dd95964986e8a681a77e2.tar.xz
arm: Remove spear300 boards
These boards have not been converted to CONFIG_DM_USB by the deadline and is also missing conversion to CONFIG_DM. Remove them. Cc: Vipin Kumar <vipin.kumar@st.com> Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'drivers/i2c/Kconfig')
-rw-r--r--drivers/i2c/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/i2c/Kconfig b/drivers/i2c/Kconfig
index 41065dd502..da41996470 100644
--- a/drivers/i2c/Kconfig
+++ b/drivers/i2c/Kconfig
@@ -138,7 +138,7 @@ config SYS_I2C_DW
config SYS_I2C_DW_ENABLE_STATUS_UNSUPPORTED
bool "DW I2C Enable Status Register not supported"
- depends on SYS_I2C_DW && (TARGET_SPEAR300 || TARGET_SPEAR310 || \
+ depends on SYS_I2C_DW && (TARGET_SPEAR310 || \
TARGET_SPEAR320 || TARGET_SPEAR600 || TARGET_X600)
default y
help