From: Jaehoon Chung Date: Thu, 30 Mar 2017 12:29:57 +0000 (+0900) Subject: configs: trats: enable the CONFIG_DM_PMIC and PMIC_MAX8997 X-Git-Url: http://git.ipfire.org/?p=people%2Fms%2Fu-boot.git;a=commitdiff_plain;h=1930168001895210fc6439016f89f75fba415b40 configs: trats: enable the CONFIG_DM_PMIC and PMIC_MAX8997 Enable the CONFIG_DM_PMIC and PMIC_MAX8997. Also use the CONFIG_SYS_I2C_S3C24X0 for using I2C. Signed-off-by: Jaehoon Chung Signed-off-by: Minkyu Kang --- diff --git a/configs/trats_defconfig b/configs/trats_defconfig index 7fe6c3d7bb..2be05ffe94 100644 --- a/configs/trats_defconfig +++ b/configs/trats_defconfig @@ -38,6 +38,9 @@ CONFIG_MMC_DW=y CONFIG_MMC_SDHCI=y CONFIG_MMC_SDHCI_SDMA=y CONFIG_MMC_SDHCI_S5P=y +CONFIG_DM_PMIC=y +CONFIG_PMIC_MAX8997=y +CONFIG_SYS_I2C_S3C24X0=y CONFIG_USB=y CONFIG_DM_USB=y CONFIG_USB_GADGET=y