summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTrevor Woerner <twoerner@gmail.com>2021-06-10 22:37:08 -0400
committerTom Rini <trini@konsulko.com>2021-07-06 14:12:15 -0400
commit0705556bc4d82d0fe72b68bab3a83b4e52b128df (patch)
tree4a634057c90f39a7515144b7dc9e89c905ce7bc5 /include
parent103f233ebf1662c1302f28bd39b6bdac3035f79b (diff)
downloadu-boot-0705556bc4d82d0fe72b68bab3a83b4e52b128df.tar.gz
Kconfig: convert CONFIG_SYS_I2C_LPC32XX
Convert the CONFIG_SYS_I2C_LPC32XX configuration symbol from an include directive to a Kconfig value. Signed-off-by: Trevor Woerner <twoerner@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include')
-rw-r--r--include/configs/devkit3250.h1
-rw-r--r--include/configs/work_92105.h1
2 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/devkit3250.h b/include/configs/devkit3250.h
index 921a38c01e..465d9ce8e9 100644
--- a/include/configs/devkit3250.h
+++ b/include/configs/devkit3250.h
@@ -41,7 +41,6 @@
* I2C
*/
#define CONFIG_SYS_I2C
-#define CONFIG_SYS_I2C_LPC32XX
#define CONFIG_SYS_I2C_SPEED 100000
/*
diff --git a/include/configs/work_92105.h b/include/configs/work_92105.h
index 076a1b065e..d498c8f3bc 100644
--- a/include/configs/work_92105.h
+++ b/include/configs/work_92105.h
@@ -47,7 +47,6 @@
* I2C driver
*/
-#define CONFIG_SYS_I2C_LPC32XX
#define CONFIG_SYS_I2C
#define CONFIG_SYS_I2C_SPEED 350000