Commit 9e26834f4945f7b1deb16bea1c06e7e0faaad848

Authored by Jaehoon Chung
Committed by Minkyu Kang
1 parent 23d2224b64

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>

Showing 1 changed file with 3 additions and 0 deletions Side-by-side Diff

configs/s5p_goni_defconfig
... ... @@ -29,4 +29,7 @@
29 29 CONFIG_G_DNL_MANUFACTURER="Samsung"
30 30 CONFIG_G_DNL_VENDOR_NUM=0x04e8
31 31 CONFIG_G_DNL_PRODUCT_NUM=0x6601
  32 +CONFIG_DM_PMIC=y
  33 +CONFIG_DM_PMIC_MAX8998=y
  34 +CONFIG_DM_I2C_GPIO=y