:orphan: .. title:: CONFIG_ESPI_OOB_CHANNEL .. kconfig:: CONFIG_ESPI_OOB_CHANNEL CONFIG_ESPI_OOB_CHANNEL ####################### *eSPI Out-of-band channel* Type: ``bool`` Help ==== .. code-block:: none eSPI Controller supports OOB channel. Direct dependencies =================== (\ :kconfig:`ESPI_XEC ` && \ :kconfig:`ESPI `) || (\ :kconfig:`ESPI_XEC_V2 ` && \ :kconfig:`ESPI `) || (\ :kconfig:`ESPI_NPCX ` && \ :kconfig:`ESPI `) || (\ :kconfig:`ESPI_IT8XXX2 ` && \ :kconfig:`ESPI `) || \ :kconfig:`ESPI ` *(Includes any dependencies from ifs and menus.)* Defaults ======== - y - y - y - y Kconfig definitions =================== At ``/espi/Kconfig.xec:14`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:92`` → ``/espi/Kconfig:13`` Menu path: (Top) → Device Drivers → ESPI Driver → XEC Microchip ESPI driver .. code-block:: kconfig config ESPI_OOB_CHANNEL bool default y depends on ESPI_XEC && ESPI ---- At ``/espi/Kconfig.xec_v2:31`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:92`` → ``/espi/Kconfig:15`` Menu path: (Top) → Device Drivers → ESPI Driver .. code-block:: kconfig config ESPI_OOB_CHANNEL bool default y depends on ESPI_XEC_V2 && ESPI ---- At ``/espi/Kconfig.npcx:36`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:92`` → ``/espi/Kconfig:17`` Menu path: (Top) → Device Drivers → ESPI Driver .. code-block:: kconfig config ESPI_OOB_CHANNEL bool default y depends on ESPI_NPCX && ESPI ---- At ``/espi/Kconfig.it8xxx2:12`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:92`` → ``/espi/Kconfig:21`` Menu path: (Top) → Device Drivers → ESPI Driver → ITE IT8XXX2 embedded controller ESPI driver .. code-block:: kconfig config ESPI_OOB_CHANNEL bool default y depends on ESPI_IT8XXX2 && ESPI ---- At ``/espi/Kconfig:74`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:92`` Menu path: (Top) → Device Drivers → ESPI Driver .. code-block:: kconfig config ESPI_OOB_CHANNEL bool "eSPI Out-of-band channel" depends on ESPI help eSPI Controller supports OOB channel. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*