diff mbox series

[14/17] i2c: Drop unused CONFIG_I2C

Message ID 20210710211425.14.I2b712cb57724ce8744630c38e7b0442e5054c12a@changeid
State Accepted
Commit 6f7abf64508b329c8b1d642d002ac950aee68f88
Delegated to: Tom Rini
Headers show
Series Makefile: Start simplifying Makefile rules (Part A) | expand

Commit Message

Simon Glass July 11, 2021, 3:14 a.m. UTC
This actually does nothing but is defined by a few dozen boards. Drop it,
so we can define a real one.

Signed-off-by: Simon Glass <sjg@chromium.org>
---

 include/configs/bur_am335x_common.h    | 1 -
 include/configs/siemens-am33x-common.h | 1 -
 include/configs/ti_armv7_common.h      | 1 -
 scripts/config_whitelist.txt           | 1 -
 4 files changed, 4 deletions(-)

Comments

Heiko Schocher July 19, 2021, 4:06 a.m. UTC | #1
Hello Simon,

On 11.07.21 05:14, Simon Glass wrote:
> This actually does nothing but is defined by a few dozen boards. Drop it,
> so we can define a real one.
> 
> Signed-off-by: Simon Glass <sjg@chromium.org>
> ---
> 
>  include/configs/bur_am335x_common.h    | 1 -
>  include/configs/siemens-am33x-common.h | 1 -
>  include/configs/ti_armv7_common.h      | 1 -
>  scripts/config_whitelist.txt           | 1 -
>  4 files changed, 4 deletions(-)

Reviewed-by: Heiko Schocher <hs@denx.de>

bye,
Heiko
diff mbox series

Patch

diff --git a/include/configs/bur_am335x_common.h b/include/configs/bur_am335x_common.h
index 042cb4637ba..51585fcb371 100644
--- a/include/configs/bur_am335x_common.h
+++ b/include/configs/bur_am335x_common.h
@@ -19,7 +19,6 @@ 
 #define CONFIG_SYS_NS16550_CLK		(48000000)
 #define CONFIG_SYS_NS16550_COM1		0x44e09000
 
-#define CONFIG_I2C
 #define CONFIG_SYS_I2C_LEGACY
 
 #endif /* CONFIG_DM */
diff --git a/include/configs/siemens-am33x-common.h b/include/configs/siemens-am33x-common.h
index abd5e2bacfd..a4b4c48d4c4 100644
--- a/include/configs/siemens-am33x-common.h
+++ b/include/configs/siemens-am33x-common.h
@@ -73,7 +73,6 @@ 
 
 
 /* I2C Configuration */
-#define CONFIG_I2C
 #define CONFIG_SYS_I2C_LEGACY
 
 /* Defines for SPL */
diff --git a/include/configs/ti_armv7_common.h b/include/configs/ti_armv7_common.h
index fe4689cf1da..4fcf741c0a0 100644
--- a/include/configs/ti_armv7_common.h
+++ b/include/configs/ti_armv7_common.h
@@ -88,7 +88,6 @@ 
 
 /* If DM_I2C, enable non-DM I2C support */
 #if !CONFIG_IS_ENABLED(DM_I2C)
-#define CONFIG_I2C
 #define CONFIG_SYS_I2C_LEGACY
 #endif
 
diff --git a/scripts/config_whitelist.txt b/scripts/config_whitelist.txt
index b7c235a9895..8ebcc489187 100644
--- a/scripts/config_whitelist.txt
+++ b/scripts/config_whitelist.txt
@@ -708,7 +708,6 @@  CONFIG_HUSH_INIT_VAR
 CONFIG_HVBOOT
 CONFIG_HWCONFIG
 CONFIG_HW_ENV_SETTINGS
-CONFIG_I2C
 CONFIG_I2C_ENV_EEPROM_BUS
 CONFIG_I2C_GSC
 CONFIG_I2C_MBB_TIMEOUT