The latest development version of this page may be more current than this released 2.7.0 version.

CONFIG_EMUL_ESPI_HOST_ACPI_SHM_REGION_SIZE

Host I/O peripheral port size for shared memory in emulator

Type: int

Help

This is the port size used to mimic the Host and EC communication
over the shared memory region which returns the ACPI response data.

Direct dependencies

ESPI_PERIPHERAL_ACPI_SHM_REGION && EMUL_ESPI_HOST && EMUL

(Includes any dependencies from ifs and menus.)

Default

  • 256

Kconfig definition

At subsys/emul/espi/Kconfig:15

Included via Kconfig:8Kconfig.zephyr:44subsys/Kconfig:21subsys/emul/Kconfig:50

Menu path: (Top) → Sub Systems and OS Services → Emulation drivers → Emulate an eSPI host

config EMUL_ESPI_HOST_ACPI_SHM_REGION_SIZE
    int "Host I/O peripheral port size for shared memory in emulator"
    default 256
    depends on ESPI_PERIPHERAL_ACPI_SHM_REGION && EMUL_ESPI_HOST && EMUL
    help
      This is the port size used to mimic the Host and EC communication
      over the shared memory region which returns the ACPI response data.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)