:orphan: .. title:: CONFIG_ESPI_PERIPHERAL_HOST_IO_PVT .. kconfig:: CONFIG_ESPI_PERIPHERAL_HOST_IO_PVT CONFIG_ESPI_PERIPHERAL_HOST_IO_PVT ################################## *Host I/O peripheral Private Channel* Type: ``bool`` Help ==== .. code-block:: none Enables ACPI Host I/O over eSPI peripheral channel for private channel. Direct dependencies =================== (\ :kconfig:`ESPI_XEC ` && \ :kconfig:`ESPI `) || (\ :kconfig:`ESPI_PERIPHERAL_CHANNEL ` && \ :kconfig:`ESPI `) *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definitions =================== At ``/espi/Kconfig.xec:23`` 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_PERIPHERAL_HOST_IO_PVT bool default y depends on ESPI_XEC && ESPI ---- At ``/espi/Kconfig:97`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:92`` Menu path: (Top) → Device Drivers → ESPI Driver .. code-block:: kconfig config ESPI_PERIPHERAL_HOST_IO_PVT bool "Host I/O peripheral Private Channel" depends on ESPI_PERIPHERAL_CHANNEL && ESPI help Enables ACPI Host I/O over eSPI peripheral channel for private channel. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*