diff options
author | Alex Nemirovsky <alex.nemirovsky@cortina-access.com> | 2020-06-01 12:56:32 -0700 |
---|---|---|
committer | Heiko Schocher <hs@denx.de> | 2020-07-09 06:02:44 +0200 |
commit | 44ad59e695e6c7fd87e9f1a8590f746090d3afe4 (patch) | |
tree | 7354b5210fb2a78495b92f0c140a37580c051589 /configs/cortina_presidio-asic-emmc_defconfig | |
parent | 7f5ea25062001589f301813416119b5353caca16 (diff) |
board: presidio-asic: Add I2C support
Add I2C board support for Cortina Access Presidio Engineering Board
Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>
CC: Heiko Schocher <hs@denx.de>
Reviewed-by: Heiko Schocher <hs@denx.de>
Diffstat (limited to 'configs/cortina_presidio-asic-emmc_defconfig')
-rw-r--r-- | configs/cortina_presidio-asic-emmc_defconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/cortina_presidio-asic-emmc_defconfig b/configs/cortina_presidio-asic-emmc_defconfig index e10008a2b7..e45e23c2a0 100644 --- a/configs/cortina_presidio-asic-emmc_defconfig +++ b/configs/cortina_presidio-asic-emmc_defconfig @@ -10,6 +10,7 @@ CONFIG_SHOW_BOOT_PROGRESS=y CONFIG_BOOTDELAY=3 CONFIG_BOARD_EARLY_INIT_R=y CONFIG_SYS_PROMPT="G3#" +CONFIG_CMD_I2C=y CONFIG_CMD_MMC=y CONFIG_CMD_PART=y CONFIG_CMD_WDT=y @@ -24,6 +25,8 @@ CONFIG_DEFAULT_DEVICE_TREE="ca-presidio-engboard" # CONFIG_NET is not set CONFIG_DM=y CONFIG_CORTINA_GPIO=y +CONFIG_DM_I2C=y +CONFIG_SYS_I2C_CA=y CONFIG_DM_MMC=y CONFIG_MMC_DW=y CONFIG_MMC_DW_CORTINA=y |