Skip to content
Snippets Groups Projects
Commit 3664fa1b authored by Marcel Ziswiler's avatar Marcel Ziswiler Committed by Marek Vasut
Browse files

arm: pxa: colibri_pxa270: add optional i2c support


This is useful once Andrew's PXA I2C driver gets merged.

Signed-off-by: default avatarMarcel Ziswiler <marcel@ziswiler.com>
parent 4f9bbd9e
No related branches found
No related tags found
No related merge requests found
...@@ -59,6 +59,15 @@ ...@@ -59,6 +59,15 @@
#define CONFIG_CMD_MMC #define CONFIG_CMD_MMC
#define CONFIG_CMD_USB #define CONFIG_CMD_USB
/* I2C support */
#ifdef CONFIG_SYS_I2C
#define CONFIG_CMD_I2C
#define CONFIG_SYS_I2C_PXA
#define CONFIG_PXA_STD_I2C
#define CONFIG_PXA_PWR_I2C
#define CONFIG_SYS_I2C_SPEED 100000
#endif
/* LCD support */ /* LCD support */
#ifdef CONFIG_LCD #ifdef CONFIG_LCD
#define CONFIG_PXA_LCD #define CONFIG_PXA_LCD
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment