aboutsummaryrefslogtreecommitdiff
path: root/drivers/i2c
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2023-05-11 14:07:24 -0400
committerTom Rini <trini@konsulko.com>2023-05-31 10:11:46 -0400
commit41e289bb1f6032694900afad017320d26f411066 (patch)
tree6760fb1f216deb3d3eecb97d7d21ef69deafa143 /drivers/i2c
parent7eac2e46ecf67c1f1b36a3bd31dde75ec7441bcf (diff)
downloadu-boot-41e289bb1f6032694900afad017320d26f411066.zip
u-boot-41e289bb1f6032694900afad017320d26f411066.tar.gz
u-boot-41e289bb1f6032694900afad017320d26f411066.tar.bz2
arm: Remove ti816x_evm board and ti816x SoC support
This platform is currently unmaintained and untested, so remove it. Further, as it is the only TI816X SoC example, remove related files as well. 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 05b14d2..5e81698 100644
--- a/drivers/i2c/Kconfig
+++ b/drivers/i2c/Kconfig
@@ -744,7 +744,6 @@ config SYS_I2C_SPEED
config SYS_I2C_BUS_MAX
int "Max I2C busses"
depends on ARCH_OMAP2PLUS || ARCH_SOCFPGA
- default 2 if TI816X
default 3 if OMAP34XX || AM33XX || AM43XX
default 4 if ARCH_SOCFPGA || OMAP44XX
default 5 if OMAP54XX