-
CONFIG_ESPI_PERIPHERAL_HOST_IO
¶
Host I/O peripheral
Type: bool
Help¶
Enables ACPI Host I/O over eSPI peripheral channel.
Direct dependencies¶
(ESPI_XEC
&& ESPI
) || (ESPI_PERIPHERAL_CHANNEL
&& ESPI
)
(Includes any dependencies from ifs and menus.)
Default¶
y
Kconfig definitions¶
At drivers/espi/Kconfig.xec:17
Included via Kconfig:8
→ Kconfig.zephyr:40
→ drivers/Kconfig:84
→ drivers/espi/Kconfig:13
Menu path: (Top) → Device Drivers → ESPI Driver → XEC Microchip ESPI driver
config ESPI_PERIPHERAL_HOST_IO bool default y depends onESPI_XEC
&&ESPI
At drivers/espi/Kconfig:78
Included via Kconfig:8
→ Kconfig.zephyr:40
→ drivers/Kconfig:84
Menu path: (Top) → Device Drivers → ESPI Driver
config ESPI_PERIPHERAL_HOST_IO bool "Host I/O peripheral" depends onESPI_PERIPHERAL_CHANNEL
&&ESPI
help Enables ACPI Host I/O over eSPI peripheral channel.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)