mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 21:10:27 +01:00
dm: i2c: config: Enable I2C for sandbox using driver model
Enable the options to bring up I2C on sandbox. Also enable all the available I2C commands for testing purposes. Signed-off-by: Simon Glass <sjg@chromium.org> Acked-by: Heiko Schocher <hs@denx.de>
This commit is contained in:
parent
6ec1b75358
commit
ac395f088f
1 changed files with 6 additions and 0 deletions
|
|
@ -112,6 +112,12 @@
|
|||
#define CONFIG_SPI_FLASH_STMICRO
|
||||
#define CONFIG_SPI_FLASH_WINBOND
|
||||
|
||||
#define CONFIG_DM_I2C
|
||||
#define CONFIG_CMD_I2C
|
||||
#define CONFIG_SYS_I2C_SANDBOX
|
||||
#define CONFIG_I2C_EDID
|
||||
#define CONFIG_I2C_EEPROM
|
||||
|
||||
/* Memory things - we don't really want a memory test */
|
||||
#define CONFIG_SYS_LOAD_ADDR 0x00000000
|
||||
#define CONFIG_SYS_MEMTEST_START 0x00100000
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue