diff options
author | Biwen Li <biwen.li@nxp.com> | 2020-02-05 22:02:17 +0800 |
---|---|---|
committer | Priyanka Jain <priyanka.jain@nxp.com> | 2020-03-30 08:12:13 +0530 |
commit | bb1165f900088c796e254cc99c8f81d47e3d57c9 (patch) | |
tree | d2b7f39562aa8227b00601529a81b6848b0cd226 /configs/ls1046ardb_emmc_defconfig | |
parent | fefac937fbd87f380042501c63b874994b3dccee (diff) | |
download | u-boot-bb1165f900088c796e254cc99c8f81d47e3d57c9.tar.gz |
dm: arm64: ls1046a: add i2c DM support
This supports i2c DM and enables CONFIG_DM_I2C
for SoC LS1046A
Signed-off-by: Biwen Li <biwen.li@nxp.com>
Signed-off-by: Priyanka Jain <priyanka.jain@nxp.com>
Diffstat (limited to 'configs/ls1046ardb_emmc_defconfig')
-rw-r--r-- | configs/ls1046ardb_emmc_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/ls1046ardb_emmc_defconfig b/configs/ls1046ardb_emmc_defconfig index 768ce7a821..bbb352db31 100644 --- a/configs/ls1046ardb_emmc_defconfig +++ b/configs/ls1046ardb_emmc_defconfig @@ -73,3 +73,5 @@ CONFIG_DM_USB=y CONFIG_USB_XHCI_HCD=y CONFIG_USB_XHCI_DWC3=y CONFIG_EFI_LOADER_BOUNCE_BUFFER=y +CONFIG_DM_I2C=y +CONFIG_DM_GPIO=y |