:orphan: .. title:: FT800 .. option:: CONFIG_FT800 *FT800 Embedded Video Engine driver* Type: ``bool`` Help ==== .. code-block:: none Enable driver for FT800 controller. Direct dependencies =================== \ :option:`SHIELD_FTDI_VM800C ` || \ :option:`SHIELD_FTDI_VM800C ` || \ :option:`SPI ` *(Includes any dependencies from ifs and menus.)* Defaults ======== - y - y Kconfig definitions =================== At ``/shields/ftdi_vm800c/Kconfig.defconfig:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:17`` → ``/kconfig/Kconfig.shield.defconfig:1`` Menu path: (Top) .. code-block:: kconfig config FT800 bool default y depends on SHIELD_FTDI_VM800C ---- At ``/shields/ftdi_vm800c/Kconfig.defconfig:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. code-block:: kconfig config FT800 bool default y depends on SHIELD_FTDI_VM800C ---- At ``/misc/ft8xx/Kconfig:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:112`` → ``/misc/Kconfig:8`` Menu path: (Top) → Device Drivers → Miscellaneous Drivers .. code-block:: kconfig config FT800 bool "FT800 Embedded Video Engine driver" depends on SPI help Enable driver for FT800 controller. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*