>-----Original Message-----
>From: U-Boot <u-boot-boun...@lists.denx.de> On Behalf Of Biwen Li
>Sent: Sunday, April 12, 2020 2:24 PM
>To: Jagdish Gediya <jagdish.ged...@nxp.com>; Priyanka Jain
><priyanka.j...@nxp.com>; h...@denx.de; ja...@amarulasolutions.com;
>aford...@gmail.com; Alison Wang <alison.w...@nxp.com>;
>jh80.ch...@samsung.com; Pramod Kumar <pramod.kuma...@nxp.com>;
>Rajesh Bhagat <rajesh.bha...@nxp.com>; Ruchika Gupta
><ruchika.gu...@nxp.com>; olte...@gmail.com
>Cc: Xiaobo Xie <xiaobo....@nxp.com>; Jiafei Pan <jiafei....@nxp.com>; u-
>b...@lists.denx.de; Z.q. Hou <zhiqiang....@nxp.com>; Biwen Li
><biwen...@nxp.com>
>Subject: [PATCH 11/27] config: P2041RDB: enable DM_I2C
>
>From: Biwen Li <biwen...@nxp.com>
>
>This enables DM_I2C in P2041RDB defconfig, except P2041RDB
>SRIO_PCIE_BOOT and SECURE_BOOT defconfigs
>
Why are we not doing changes for all defconfigs.

Regards
Priyanka
>Signed-off-by: Biwen Li <biwen...@nxp.com>
>---
> configs/P2041RDB_NAND_defconfig     | 1 +
> configs/P2041RDB_SDCARD_defconfig   | 1 +
> configs/P2041RDB_SPIFLASH_defconfig | 1 +
> configs/P2041RDB_defconfig          | 1 +
> 4 files changed, 4 insertions(+)
>
>diff --git a/configs/P2041RDB_NAND_defconfig
>b/configs/P2041RDB_NAND_defconfig index 110e50bfd9..fef533e357 100644
>--- a/configs/P2041RDB_NAND_defconfig
>+++ b/configs/P2041RDB_NAND_defconfig
>@@ -58,3 +58,4 @@ CONFIG_SPI=y
> CONFIG_FSL_ESPI=y
> CONFIG_USB=y
> CONFIG_DM_USB=y
>+CONFIG_DM_I2C=y
>diff --git a/configs/P2041RDB_SDCARD_defconfig
>b/configs/P2041RDB_SDCARD_defconfig
>index c47c60158d..5364d7cee7 100644
>--- a/configs/P2041RDB_SDCARD_defconfig
>+++ b/configs/P2041RDB_SDCARD_defconfig
>@@ -57,3 +57,4 @@ CONFIG_SPI=y
> CONFIG_FSL_ESPI=y
> CONFIG_USB=y
> CONFIG_DM_USB=y
>+CONFIG_DM_I2C=y
>diff --git a/configs/P2041RDB_SPIFLASH_defconfig
>b/configs/P2041RDB_SPIFLASH_defconfig
>index 40eafa7162..9818a6eb74 100644
>--- a/configs/P2041RDB_SPIFLASH_defconfig
>+++ b/configs/P2041RDB_SPIFLASH_defconfig
>@@ -58,3 +58,4 @@ CONFIG_SPI=y
> CONFIG_FSL_ESPI=y
> CONFIG_USB=y
> CONFIG_DM_USB=y
>+CONFIG_DM_I2C=y
>diff --git a/configs/P2041RDB_defconfig b/configs/P2041RDB_defconfig index
>3a79fc62b6..7a4e62582a 100644
>--- a/configs/P2041RDB_defconfig
>+++ b/configs/P2041RDB_defconfig
>@@ -56,3 +56,4 @@ CONFIG_SPI=y
> CONFIG_FSL_ESPI=y
> CONFIG_USB=y
> CONFIG_DM_USB=y
>+CONFIG_DM_I2C=y
>--
>2.17.1

Reply via email to