Make the video software generator a devicetree node, which allows enabling
several instances, and select it as chosen { zephyr,camera = &... }; node.
It can be enabled via a `video-sw-generator` snippet.
Signed-off-by: Josuah Demangeon <me@josuah.net>
10 lines
262 B
Plaintext
10 lines
262 B
Plaintext
# Copyright (c) 2016 Linaro Limited
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config VIDEO_SW_GENERATOR
|
|
bool "Video Software Generator"
|
|
depends on DT_HAS_ZEPHYR_VIDEO_SW_GENERATOR_ENABLED
|
|
default y
|
|
help
|
|
Enable video pattern generator (for testing purposes).
|