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>
This commit is contained in:
@@ -41,7 +41,6 @@
|
||||
* I2C
|
||||
*/
|
||||
#define CONFIG_SYS_I2C
|
||||
#define CONFIG_SYS_I2C_LPC32XX
|
||||
#define CONFIG_SYS_I2C_SPEED 100000
|
||||
|
||||
/*
|
||||
|
||||
@@ -47,7 +47,6 @@
|
||||
* I2C driver
|
||||
*/
|
||||
|
||||
#define CONFIG_SYS_I2C_LPC32XX
|
||||
#define CONFIG_SYS_I2C
|
||||
#define CONFIG_SYS_I2C_SPEED 350000
|
||||
|
||||
|
||||
Reference in New Issue
Block a user