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