1# Copyright (c) 2024 tinyVision.ai Inc. 2# SPDX-License-Identifier: Apache-2.0 3 4config VIDEO_EMUL_RX 5 bool "Software implementation of video frame RX core" 6 depends on DT_HAS_ZEPHYR_VIDEO_EMUL_RX_ENABLED 7 depends on VIDEO_EMUL_IMAGER 8 default y 9 help 10 Enable driver for the MIPI RX emulated DMA engine. 11