:orphan: .. title:: CONFIG_VIDEO_SW_GENERATOR .. kconfig:: CONFIG_VIDEO_SW_GENERATOR CONFIG_VIDEO_SW_GENERATOR ######################### *Video Software Generator* Type: ``bool`` Help ==== .. code-block:: none Enable video pattern generator (for testing purposes). Direct dependencies =================== \ :kconfig:`VIDEO ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/video/Kconfig.sw_generator:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:98`` → ``/video/Kconfig:36`` Menu path: (Top) → Device Drivers → VIDEO hardware support .. code-block:: kconfig config VIDEO_SW_GENERATOR bool "Video Software Generator" depends on VIDEO help Enable video pattern generator (for testing purposes). *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*