commit | 1321aef8cd13d89d36e8cda8482b87fcea93994a | [log] [tgz] |
---|---|---|
author | Biwen Li <biwen.li@nxp.com> | Fri May 01 20:04:16 2020 +0800 |
committer | Priyanka Jain <priyanka.jain@nxp.com> | Mon May 04 09:12:36 2020 +0530 |
tree | 7e94aac443c38078e6d77dd125eddafdc9d7427a | |
parent | 01d97d5f18a28dfbb8d5e033f2408040fb4f8134 [diff] |
configs: MPC8548CDS: enable DM_I2C This enables DM_I2C in MPC8548CDS defconfigs Signed-off-by: Biwen Li <biwen.li@nxp.com> Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
diff --git a/configs/MPC8548CDS_36BIT_defconfig b/configs/MPC8548CDS_36BIT_defconfig index 2203440..84ba942 100644 --- a/configs/MPC8548CDS_36BIT_defconfig +++ b/configs/MPC8548CDS_36BIT_defconfig
@@ -45,3 +45,4 @@ CONFIG_PCIE_FSL=y CONFIG_CONS_INDEX=2 CONFIG_SYS_NS16550=y +CONFIG_DM_I2C=y
diff --git a/configs/MPC8548CDS_defconfig b/configs/MPC8548CDS_defconfig index b4ac4f1..2424875 100644 --- a/configs/MPC8548CDS_defconfig +++ b/configs/MPC8548CDS_defconfig
@@ -44,3 +44,4 @@ CONFIG_PCIE_FSL=y CONFIG_CONS_INDEX=2 CONFIG_SYS_NS16550=y +CONFIG_DM_I2C=y
diff --git a/configs/MPC8548CDS_legacy_defconfig b/configs/MPC8548CDS_legacy_defconfig index 9b6f8be..43a1dff 100644 --- a/configs/MPC8548CDS_legacy_defconfig +++ b/configs/MPC8548CDS_legacy_defconfig
@@ -44,3 +44,4 @@ CONFIG_PCIE_FSL=y CONFIG_CONS_INDEX=2 CONFIG_SYS_NS16550=y +CONFIG_DM_I2C=y