diff options
author | Tom Rini <trini@konsulko.com> | 2022-10-28 20:26:54 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-11-10 09:45:53 -0500 |
commit | 9244b2fda9edbc5f1c2b9b9bb827022993663d4a (patch) | |
tree | b68c9fa94af2becba060931f6fc8bc1c4870052c /include | |
parent | 77b5cc2948f5d93fe3d275302f596ffd8701a875 (diff) | |
download | u-boot-9244b2fda9edbc5f1c2b9b9bb827022993663d4a.tar.gz u-boot-9244b2fda9edbc5f1c2b9b9bb827022993663d4a.tar.bz2 u-boot-9244b2fda9edbc5f1c2b9b9bb827022993663d4a.zip |
Convert CONFIG_SYS_I2C_INIT_BOARD to Kconfig
This converts the following to Kconfig:
CONFIG_SYS_I2C_INIT_BOARD
Signed-off-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/km/pg-wcom-ls102xa.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/km/pg-wcom-ls102xa.h b/include/configs/km/pg-wcom-ls102xa.h index 43471e08d6..9565cea083 100644 --- a/include/configs/km/pg-wcom-ls102xa.h +++ b/include/configs/km/pg-wcom-ls102xa.h @@ -155,7 +155,6 @@ /* * I2C */ -#define CONFIG_SYS_I2C_INIT_BOARD #define CONFIG_I2C_MULTI_BUS #define CONFIG_SYS_I2C_MAX_HOPS 1 |