CONFIG_EMUL_ESPI_HOST¶
Emulate an eSPI host
Type: bool
Help¶
This is an emulator of the generic eSPI host. The emulator supports
basic host operations - virtual wires and writing to port 80. It can be
extended.
Direct dependencies¶
(Includes any dependencies from ifs and menus.)
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At subsys/emul/espi/Kconfig:6
Included via Kconfig:8
→ Kconfig.zephyr:44
→ subsys/Kconfig:21
→ subsys/emul/Kconfig:50
Menu path: (Top) → Sub Systems and OS Services → Emulation drivers
config EMUL_ESPI_HOST
bool "Emulate an eSPI host"
depends on EMUL
help
This is an emulator of the generic eSPI host. The emulator supports
basic host operations - virtual wires and writing to port 80. It can be
extended.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)