:orphan: .. title:: ESPI_VWIRE_CHANNEL .. option:: CONFIG_ESPI_VWIRE_CHANNEL *eSPI virtual wire channel* Type: ``bool`` Help ==== eSPI Controller supports virtual wires channel. Direct dependencies =================== \ :option:`ESPI ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definition ================== .. highlight:: kconfig At ``drivers/espi/Kconfig:41`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:90`` Menu path: (Top) → Device Drivers → ESPI Driver .. parsed-literal:: config ESPI_VWIRE_CHANNEL bool "eSPI virtual wire channel" default y depends on \ :option:`ESPI ` help eSPI Controller supports virtual wires channel. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*