:orphan: .. title:: CONFIG_VIDEO .. kconfig:: CONFIG_VIDEO CONFIG_VIDEO ############ *VIDEO hardware support* Type: ``bool`` Help ==== .. code-block:: none Enable support for the VIDEO. Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/video/Kconfig:9`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:98`` Menu path: (Top) → Device Drivers .. code-block:: kconfig menuconfig VIDEO bool "VIDEO hardware support" help Enable support for the VIDEO. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*