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

EMUL

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At <Zephyr>/subsys/emul/espi/Kconfig:6

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:42<Zephyr>/subsys/Kconfig:21<Zephyr>/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.)