:orphan: .. title:: VIDEO .. option:: 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:32`` → ``/Kconfig:96`` 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.)*