From: Kever Yang Date: Wed, 24 Aug 2016 04:02:23 +0000 (+0800) Subject: config: evb-rk3399: enable fixed regulator X-Git-Tag: v2016.11-rc1~109^2~5 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=35627683f82f9b3bc564c838dc26c393a5425c9a;p=u-boot config: evb-rk3399: enable fixed regulator This patch enable fixed regulator driver for rk3399 evb. Signed-off-by: Kever Yang Acked-by: Simon Glass --- diff --git a/configs/evb-rk3399_defconfig b/configs/evb-rk3399_defconfig index 1f6855c4de..25e89394f9 100644 --- a/configs/evb-rk3399_defconfig +++ b/configs/evb-rk3399_defconfig @@ -38,3 +38,5 @@ CONFIG_USB_XHCI_HCD=y CONFIG_USB_XHCI_DWC3=y CONFIG_USB_EHCI_HCD=y CONFIG_USB_EHCI_GENERIC=y +CONFIG_DM_REGULATOR=y +CONFIG_DM_REGULATOR_FIXED=y