From 5dbb11d6fa2dc191d7e98dc1680edae097a34c35 Mon Sep 17 00:00:00 2001 From: Jon Medhurst Date: Mon, 18 Mar 2013 15:20:03 +0000 Subject: configs: vexpress64: Enable regulator configs New device-trees include regulators and MMC driver gives errors if it can't find them. Signed-off-by: Jon Medhurst --- linaro/configs/vexpress64.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/linaro/configs/vexpress64.conf b/linaro/configs/vexpress64.conf index d52fc82c2eb..6898e41fdca 100644 --- a/linaro/configs/vexpress64.conf +++ b/linaro/configs/vexpress64.conf @@ -95,3 +95,5 @@ CONFIG_DEBUG_ERRORS=y CONFIG_MMC=y CONFIG_MMC_BLOCK=y CONFIG_MMC_ARMMMCI=y +CONFIG_REGULATOR=y +CONFIG_REGULATOR_FIXED_VOLTAGE=y -- cgit v1.2.3