Skip to content
Snippets Groups Projects
Commit f74fc4ae authored by Jason Kridner's avatar Jason Kridner Committed by Albert ARIBAUD
Browse files

BeagleBoard: config: Enabled multibus support for I2C in configuration

parent c522eac4
No related branches found
No related tags found
No related merge requests found
...@@ -114,6 +114,12 @@ ...@@ -114,6 +114,12 @@
/* DDR - I use Micron DDR */ /* DDR - I use Micron DDR */
#define CONFIG_OMAP3_MICRON_DDR 1 #define CONFIG_OMAP3_MICRON_DDR 1
/* Enable Multi Bus support for I2C */
#define CONFIG_I2C_MULTI_BUS 1
/* Probe all devices */
#define CONFIG_SYS_I2C_NOPROBES {0x0, 0x0}
/* USB */ /* USB */
#define CONFIG_MUSB_UDC 1 #define CONFIG_MUSB_UDC 1
#define CONFIG_USB_OMAP3 1 #define CONFIG_USB_OMAP3 1
......
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