diff --git a/drivers/video/Kconfig.sw_generator b/drivers/video/Kconfig.sw_generator index f258a00e1a2f5..7675908b4bc19 100644 --- a/drivers/video/Kconfig.sw_generator +++ b/drivers/video/Kconfig.sw_generator @@ -3,7 +3,10 @@ # Copyright (c) 2016 Linaro Limited # SPDX-License-Identifier: Apache-2.0 +DT_CHOSEN_ZEPHYR_CAMERA := zephyr,camera + config VIDEO_SW_GENERATOR bool "Video Software Generator" + depends on !$(dt_chosen_enabled,$(DT_CHOSEN_ZEPHYR_CAMERA)) help Enable video pattern generator (for testing purposes).