diff options
author | Simon Glass <sjg@chromium.org> | 2016-10-18 02:12:40 (GMT) |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-10-23 22:33:21 (GMT) |
commit | 27604b158fb2a85ae96e949822870bb6add10c46 (patch) | |
tree | bdd652e7e212dfc73cc4e079e9f69dbabc4a95eb /configs/mx6qpsabreauto_defconfig | |
parent | 8f925584145efecd9a6323801689cffd69cf0b09 (diff) | |
download | u-boot-27604b158fb2a85ae96e949822870bb6add10c46.tar.xz |
Convert CONFIG_VIDEO to Kconfig
This converts the following to Kconfig:
CONFIG_VIDEO
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Jagan Teki <jteki@openedev.com>
Diffstat (limited to 'configs/mx6qpsabreauto_defconfig')
-rw-r--r-- | configs/mx6qpsabreauto_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/mx6qpsabreauto_defconfig b/configs/mx6qpsabreauto_defconfig index c34d834..7738f7b 100644 --- a/configs/mx6qpsabreauto_defconfig +++ b/configs/mx6qpsabreauto_defconfig @@ -1,6 +1,7 @@ CONFIG_ARM=y CONFIG_ARCH_MX6=y CONFIG_TARGET_MX6QSABREAUTO=y +CONFIG_VIDEO=y CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/freescale/mx6qsabreauto/mx6qp.cfg,MX6Q" CONFIG_BOOTDELAY=3 CONFIG_HUSH_PARSER=y |