diff options
author | Tom Rini <trini@konsulko.com> | 2018-04-17 17:45:28 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-04-17 17:45:28 -0400 |
commit | 40df6b3e1882c55dd34b9177a42e21a591d668ee (patch) | |
tree | 3d4e8246db0179c5c8356a47a845f3165ad74086 /configs/socfpga_dbm_soc1_defconfig | |
parent | f4df1f767892b42d01e9213d08a6f16eef646152 (diff) | |
parent | f369e1564cf4f81654b8a806fdc325b62b6627dc (diff) |
Merge git://git.denx.de/u-boot-socfpga
Diffstat (limited to 'configs/socfpga_dbm_soc1_defconfig')
-rw-r--r-- | configs/socfpga_dbm_soc1_defconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configs/socfpga_dbm_soc1_defconfig b/configs/socfpga_dbm_soc1_defconfig index e96299641e..faafebf2c5 100644 --- a/configs/socfpga_dbm_soc1_defconfig +++ b/configs/socfpga_dbm_soc1_defconfig @@ -24,6 +24,8 @@ CONFIG_CMD_ASKENV=y CONFIG_CMD_GREPENV=y CONFIG_CMD_DFU=y # CONFIG_CMD_FLASH is not set +# CONFIG_ISO_PARTITION is not set +# CONFIG_EFI_PARTITION is not set CONFIG_CMD_GPIO=y CONFIG_CMD_I2C=y CONFIG_CMD_MMC=y @@ -45,12 +47,14 @@ CONFIG_DFU_MMC=y CONFIG_FPGA_SOCFPGA=y CONFIG_DM_GPIO=y CONFIG_DWAPB_GPIO=y +CONFIG_DM_I2C=y CONFIG_SYS_I2C_DW=y CONFIG_DM_MMC=y CONFIG_MMC_DW=y CONFIG_DM_ETH=y CONFIG_PHY_GIGE=y CONFIG_ETH_DESIGNWARE=y +CONFIG_DM_RESET=y CONFIG_SYS_NS16550=y CONFIG_USB=y CONFIG_DM_USB=y |