Add a new implementation of a test pattern generator, with the same architecture as real drivers: split receiver core and I2C-controlled sub-device, with changes of video format in "zephyr,emul-imager" leads to different data produced by "zephyr,emul-rx". Signed-off-by: Josuah Demangeon <me@josuah.net>
11 lines
304 B
Plaintext
11 lines
304 B
Plaintext
# Copyright (c) 2024 tinyVision.ai Inc.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config VIDEO_EMUL_RX
|
|
bool "Software implementation of video frame RX core"
|
|
depends on DT_HAS_ZEPHYR_VIDEO_EMUL_RX_ENABLED
|
|
depends on VIDEO_EMUL_IMAGER
|
|
default y
|
|
help
|
|
Enable driver for the MIPI RX emulated DMA engine.
|