diff mbox series

[U-Boot,v2,1/3] configs: trats2: enable the max77686 regulator config

Message ID 20180125071103.2062-1-jh80.chung@samsung.com
State Deferred
Delegated to: Jaehoon Chung
Headers show
Series [U-Boot,v2,1/3] configs: trats2: enable the max77686 regulator config | expand

Commit Message

Jaehoon Chung Jan. 25, 2018, 7:11 a.m. UTC
Enable the CONFIG_DM_REGULATOR_MAX77686 for using regulator driver.

Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
---
 configs/trats2_defconfig | 2 ++
 1 file changed, 2 insertions(+)
diff mbox series

Patch

diff --git a/configs/trats2_defconfig b/configs/trats2_defconfig
index aaa25a9bc7..dab62530e7 100644
--- a/configs/trats2_defconfig
+++ b/configs/trats2_defconfig
@@ -46,6 +46,8 @@  CONFIG_MMC_SDHCI_SDMA=y
 CONFIG_MMC_SDHCI_S5P=y
 CONFIG_DM_PMIC=y
 CONFIG_DM_PMIC_MAX77686=y
+CONFIG_DM_REGULATOR=y
+CONFIG_DM_REGULATOR_MAX77686=y
 CONFIG_USB=y
 CONFIG_DM_USB=y
 CONFIG_USB_GADGET=y