From 27604b158fb2a85ae96e949822870bb6add10c46 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Mon, 17 Oct 2016 20:12:40 -0600 Subject: Convert CONFIG_VIDEO to Kconfig This converts the following to Kconfig: CONFIG_VIDEO Signed-off-by: Simon Glass Reviewed-by: Tom Rini Reviewed-by: Jagan Teki --- configs/riotboard_defconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'configs/riotboard_defconfig') diff --git a/configs/riotboard_defconfig b/configs/riotboard_defconfig index 652b13f..404d25e 100644 --- a/configs/riotboard_defconfig +++ b/configs/riotboard_defconfig @@ -1,6 +1,7 @@ CONFIG_ARM=y CONFIG_ARCH_MX6=y CONFIG_TARGET_EMBESTMX6BOARDS=y +CONFIG_VIDEO=y CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/boundary/nitrogen6x/nitrogen6s1g.cfg,MX6S,DDR_MB=1024,ENV_IS_IN_MMC" CONFIG_HUSH_PARSER=y CONFIG_CMD_BOOTZ=y -- cgit v1.1