CONFIG_ESPI_PERIPHERAL_HOST_IO_PVT

Host I/O peripheral Private Channel

Type: bool

Help

Enables ACPI Host I/O over eSPI peripheral channel for private channel.

Direct dependencies

(ESPI_XEC && ESPI) || (ESPI_PERIPHERAL_CHANNEL && ESPI)

(Includes any dependencies from ifs and menus.)

Default

  • y

Kconfig definitions

At <Zephyr>/drivers/espi/Kconfig.xec:23

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:32<Zephyr>/drivers/Kconfig:90<Zephyr>/drivers/espi/Kconfig:13

Menu path: (Top) → Device Drivers → ESPI Driver → XEC Microchip ESPI driver

config ESPI_PERIPHERAL_HOST_IO_PVT
    bool
    default y
    depends on ESPI_XEC && ESPI

At <Zephyr>/drivers/espi/Kconfig:95

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:32<Zephyr>/drivers/Kconfig:90

Menu path: (Top) → Device Drivers → ESPI Driver

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.)