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 /scripts/config_whitelist.txt | |
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 'scripts/config_whitelist.txt')
-rw-r--r-- | scripts/config_whitelist.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/config_whitelist.txt b/scripts/config_whitelist.txt index cd94b5777ab..022a27288c9 100644 --- a/scripts/config_whitelist.txt +++ b/scripts/config_whitelist.txt @@ -593,7 +593,6 @@ CONFIG_I2C_ENV_EEPROM_BUS CONFIG_I2C_GSC CONFIG_I2C_MBB_TIMEOUT CONFIG_I2C_MULTI_BUS -CONFIG_I2C_MV CONFIG_I2C_MVTWSI CONFIG_I2C_MVTWSI_BASE CONFIG_I2C_MVTWSI_BASE0 |