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: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=35627683f82f9b3bc564c838dc26c393a5425c9a;p=pandora-u-boot.git 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 1f6855c4dec..25e89394f9a 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