]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
configs: enable the DM_PMIC and DM_I2C_GPIO for max8998 pmic
authorJaehoon Chung <jh80.chung@samsung.com>
Thu, 15 Dec 2016 09:21:12 +0000 (18:21 +0900)
committerMinkyu Kang <mk7.kang@samsung.com>
Thu, 22 Dec 2016 04:34:02 +0000 (13:34 +0900)
Enable the DM_PMIC and DM_I2C_GPIO for using max8998 pmic.

Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
configs/s5p_goni_defconfig

index 4cbf0220803201de8c71ae63466202fc60ebb6d9..aa61ef42489d2c2e21b6a9c2d2a6bb8c279dc17f 100644 (file)
@@ -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