:orphan: .. title:: EMUL_ESPI_HOST .. option:: 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 =================== \ :option:`EMUL ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== .. highlight:: kconfig At ``subsys/emul/espi/Kconfig:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:21`` → ``subsys/emul/Kconfig:50`` Menu path: (Top) → Sub Systems and OS Services → Emulation drivers .. parsed-literal:: config EMUL_ESPI_HOST bool "Emulate an eSPI host" depends on \ :option:`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.)*