:orphan: .. title:: CONFIG_ESPI_PERIPHERAL_CHANNEL .. kconfig:: CONFIG_ESPI_PERIPHERAL_CHANNEL CONFIG_ESPI_PERIPHERAL_CHANNEL ############################## *eSPI peripheral channel* Type: ``bool`` Help ==== .. code-block:: none eSPI Controller supports peripheral channel. Direct dependencies =================== \ :kconfig:`ESPI ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definition ================== At ``/espi/Kconfig:35`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:92`` Menu path: (Top) → Device Drivers → ESPI Driver .. code-block:: kconfig config ESPI_PERIPHERAL_CHANNEL bool "eSPI peripheral channel" default y depends on ESPI help eSPI Controller supports peripheral channel. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*