1# MT9m114 2 3# Copyright (c) 2016 Linaro Limited 4# SPDX-License-Identifier: Apache-2.0 5 6DT_CHOSEN_ZEPHYR_CAMERA := zephyr,camera 7 8config VIDEO_SW_GENERATOR 9 bool "Video Software Generator" 10 depends on !$(dt_chosen_enabled,$(DT_CHOSEN_ZEPHYR_CAMERA)) 11 help 12 Enable video pattern generator (for testing purposes). 13