diff options
author | Tom Rini | 2022-11-19 18:45:19 -0500 |
---|---|---|
committer | Tom Rini | 2022-12-05 16:07:12 -0500 |
commit | 0ea156ba00f34b3b9c8735d25c8ec7b8dffffb45 (patch) | |
tree | 1411e154e01e44acd4baf8caed0f830e0547c968 /configs/ge_b1x5v2_defconfig | |
parent | 4eea76574062e9079b6a267229962d6ec0be910a (diff) |
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>
Diffstat (limited to 'configs/ge_b1x5v2_defconfig')
-rw-r--r-- | configs/ge_b1x5v2_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/ge_b1x5v2_defconfig b/configs/ge_b1x5v2_defconfig index 180a6a8568e..353942dd787 100644 --- a/configs/ge_b1x5v2_defconfig +++ b/configs/ge_b1x5v2_defconfig @@ -133,6 +133,7 @@ CONFIG_CI_UDC=y CONFIG_USB_GADGET_DOWNLOAD=y CONFIG_VIDEO=y CONFIG_VIDEO_IPUV3=y +CONFIG_IMX_VIDEO_SKIP=y CONFIG_WATCHDOG_TIMEOUT_MSECS=30000 CONFIG_IMX_WATCHDOG=y CONFIG_BCH=y |