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.
Defaults¶
No defaults. Implicitly defaults to n.
Kconfig definition¶
At <Zephyr Subsystem>/emul/espi/Kconfig:6
Included via Kconfig:8 → Kconfig.zephyr:44 → <Zephyr Subsystem>/Kconfig:21 → <Zephyr Subsystem>/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.)