commit | 1eed03e9c960ea43803b813dcd75c509653dd7fc | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Sat Nov 19 18:45:19 2022 -0500 |
committer | Tom Rini <trini@konsulko.com> | Mon Dec 05 16:07:12 2022 -0500 |
tree | 1411e154e01e44acd4baf8caed0f830e0547c968 | |
parent | b649c0317f97ccefe23db2e55626b5d884ec5267 [diff] [blame] |
Convert CONFIG_IMX_VIDEO_SKIP et al to Kconfig This converts the following to Kconfig: CONFIG_IMX_VIDEO_SKIP CONFIG_IMX_HDMI Signed-off-by: Tom Rini <trini@konsulko.com>
diff --git a/configs/mx53cx9020_defconfig b/configs/mx53cx9020_defconfig index b34f2e7..c20c6a4 100644 --- a/configs/mx53cx9020_defconfig +++ b/configs/mx53cx9020_defconfig
@@ -40,3 +40,4 @@ # CONFIG_VIDEO_BPP32 is not set CONFIG_SYS_WHITE_ON_BLACK=y CONFIG_VIDEO_IPUV3=y +CONFIG_IMX_VIDEO_SKIP=y