summaryrefslogtreecommitdiff
path: root/configs/s5p_goni_defconfig
diff options
context:
space:
mode:
authorJaehoon Chung <jh80.chung@samsung.com>2016-12-15 18:21:12 +0900
committerMinkyu Kang <mk7.kang@samsung.com>2016-12-22 13:34:02 +0900
commit9e26834f4945f7b1deb16bea1c06e7e0faaad848 (patch)
tree79d741aa6c207a068bbaf9c6ec75e5c14c05ee9a /configs/s5p_goni_defconfig
parent23d2224b6483dbe053e63008c1561b83d1423c03 (diff)
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 <jh80.chung@samsung.com> Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
Diffstat (limited to 'configs/s5p_goni_defconfig')
-rw-r--r--configs/s5p_goni_defconfig3
1 files changed, 3 insertions, 0 deletions
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