summaryrefslogtreecommitdiff
path: root/drivers/i2c
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-08-17 17:59:47 -0400
committerTom Rini <trini@konsulko.com>2021-08-30 14:10:06 -0400
commit2656145224aeca3d69be68d31d5421b525e3f322 (patch)
tree364a959f5897893a4f887146a81a25274a3cc507 /drivers/i2c
parentde6957256980d9aa1bf11585e6e5b4740d3ccb97 (diff)
Convert CONFIG_SYS_I2C_MVTWSI to Kconfig
This converts the following to Kconfig: CONFIG_SYS_I2C_MVTWSI Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'drivers/i2c')
-rw-r--r--drivers/i2c/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/i2c/Kconfig b/drivers/i2c/Kconfig
index 4da074de72..dd2ed3fd1d 100644
--- a/drivers/i2c/Kconfig
+++ b/drivers/i2c/Kconfig
@@ -530,7 +530,6 @@ config SYS_I2C_VERSATILE
config SYS_I2C_MVTWSI
bool "Marvell I2C driver"
- depends on DM_I2C
help
Support for Marvell I2C controllers as used on the orion5x and
kirkwood SoC families.