From f7e20f6628c679bd2617c0a58b44e8d9407b475d Mon Sep 17 00:00:00 2001 From: Miao Yan Date: Sun, 22 May 2016 19:37:22 -0700 Subject: [PATCH] config: sandbox: enable qfw and cmd_qfw for testing This patch enables qfw and cmd_qfw on sandbox for build coverage test Signed-off-by: Miao Yan Reviewed-by: Bin Meng --- configs/sandbox_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/sandbox_defconfig b/configs/sandbox_defconfig index aec2e538a1..9e4a92dd6c 100644 --- a/configs/sandbox_defconfig +++ b/configs/sandbox_defconfig @@ -48,6 +48,7 @@ CONFIG_CMD_LINK_LOCAL=y CONFIG_CMD_TIME=y CONFIG_CMD_TIMER=y CONFIG_CMD_SOUND=y +CONFIG_CMD_QFW=y CONFIG_CMD_BOOTSTAGE=y CONFIG_CMD_PMIC=y CONFIG_CMD_REGULATOR=y -- 2.39.5