From: Jaehoon Chung Date: Thu, 15 Dec 2016 09:21:12 +0000 (+0900) Subject: configs: enable the DM_PMIC and DM_I2C_GPIO for max8998 pmic X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9e26834f4945f7b1deb16bea1c06e7e0faaad848;p=people%2Fms%2Fu-boot.git configs: enable the DM_PMIC and DM_I2C_GPIO for max8998 pmic Enable the DM_PMIC and DM_I2C_GPIO for using max8998 pmic. Signed-off-by: Jaehoon Chung Signed-off-by: Minkyu Kang --- diff --git a/configs/s5p_goni_defconfig b/configs/s5p_goni_defconfig index 4cbf022080..aa61ef4248 100644 --- a/configs/s5p_goni_defconfig +++ b/configs/s5p_goni_defconfig @@ -29,3 +29,6 @@ CONFIG_USB_GADGET_DOWNLOAD=y CONFIG_G_DNL_MANUFACTURER="Samsung" CONFIG_G_DNL_VENDOR_NUM=0x04e8 CONFIG_G_DNL_PRODUCT_NUM=0x6601 +CONFIG_DM_PMIC=y +CONFIG_DM_PMIC_MAX8998=y +CONFIG_DM_I2C_GPIO=y