diff options
author | Tom Rini | 2021-05-22 08:47:11 -0400 |
---|---|---|
committer | Tom Rini | 2021-07-07 22:22:42 -0400 |
commit | 0e377bbabbf288f1d88dd95964986e8a681a77e2 (patch) | |
tree | 996cbf38e8d2198c15d0ea130c145078a2f868fc /drivers/i2c/Kconfig | |
parent | aa697e6904ba1b3144a46ec642d4695e7c0cdc3e (diff) |
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/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/i2c/Kconfig b/drivers/i2c/Kconfig index 41065dd5026..da41996470c 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 |