diff options
author | Jaehoon Chung | 2018-01-25 16:11:01 +0900 |
---|---|---|
committer | Jaehoon Chung | 2018-05-08 13:11:53 +0900 |
commit | 8823845547e133abafdc990bc1b6e997bcd4d396 (patch) | |
tree | 512138ea6c3a2c76d4baa5eabebef44f10cd7512 /configs/trats2_defconfig | |
parent | a43d46a73cb2c40481791cb292b8eb0b5a80d55e (diff) |
configs: trats2: enable the max77686 regulator config
Enable the CONFIG_DM_REGULATOR_MAX77686 for using regulator driver.
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
Diffstat (limited to 'configs/trats2_defconfig')
-rw-r--r-- | configs/trats2_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/trats2_defconfig b/configs/trats2_defconfig index f270fc9c314..93aa211707c 100644 --- a/configs/trats2_defconfig +++ b/configs/trats2_defconfig @@ -37,6 +37,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 |