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 <Subsystem>/emul/espi/Kconfig:15
Included via Kconfig:8
→ Kconfig.zephyr:44
→ <Subsystem>/Kconfig:21
→ <Subsystem>/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.)