diff options
author | Marek BehĂșn | 2021-10-09 19:33:37 +0200 |
---|---|---|
committer | Stefan Roese | 2021-10-21 07:39:05 +0200 |
commit | 999ac22b59045d643028d7e66c17504143127628 (patch) | |
tree | 23556d7d9971a5cc6727cf1250acd2c362a57e09 /include/configs | |
parent | 3c36d745a8a20a1121da4c239d4eaf52a928fa59 (diff) |
arm: mvebu: a3720: Create Kconfig option for I2C_MV
Move the config option CONFIG_I2C_MV to a Kconfig option
CONFIG_SYS_I2C_MV and move the default definition from config header
files into defconfigs.
Signed-off-by: Marek BehĂșn <marek.behun@nic.cz>
Reviewed-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/mvebu_armada-37xx.h | 5 | ||||
-rw-r--r-- | include/configs/turris_mox.h | 5 |
2 files changed, 0 insertions, 10 deletions
diff --git a/include/configs/mvebu_armada-37xx.h b/include/configs/mvebu_armada-37xx.h index 755f59eee98..8c315eb5631 100644 --- a/include/configs/mvebu_armada-37xx.h +++ b/include/configs/mvebu_armada-37xx.h @@ -37,11 +37,6 @@ #define CONFIG_SYS_INIT_SP_ADDR (CONFIG_SYS_TEXT_BASE + 0xFF0000) /* - * I2C - */ -#define CONFIG_I2C_MV - -/* * Environment */ #define DEFAULT_ENV_IS_RW /* required for configuring default fdtfile= */ diff --git a/include/configs/turris_mox.h b/include/configs/turris_mox.h index 0fcf216eb18..ab7931d35bd 100644 --- a/include/configs/turris_mox.h +++ b/include/configs/turris_mox.h @@ -34,11 +34,6 @@ /* End of 16M scrubbed by training in bootrom */ #define CONFIG_SYS_INIT_SP_ADDR (CONFIG_SYS_TEXT_BASE + 0xFF0000) -/* - * I2C - */ -#define CONFIG_I2C_MV - /* Environment in SPI NOR flash */ /* |