:orphan: .. title:: CONFIG_EMUL_ESPI_HOST .. kconfig:: CONFIG_EMUL_ESPI_HOST CONFIG_EMUL_ESPI_HOST ##################### *Emulate an eSPI host* Type: ``bool`` Help ==== .. code-block:: none 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 =================== \ :kconfig:`EMUL ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/emul/espi/Kconfig:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:21`` → ``/emul/Kconfig:50`` Menu path: (Top) → Sub Systems and OS Services → Emulation drivers .. code-block:: kconfig 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.)*