:orphan: .. title:: ESPI_PERIPHERAL_ACPI_SHM_REGION_PORT_NUM .. option:: CONFIG_ESPI_PERIPHERAL_ACPI_SHM_REGION_PORT_NUM *Host I/O peripheral port number for shared memory region* Type: ``hex`` Help ==== This is the port number used by the Host and EC to communicate over the shared memory region to access the ACPI response data. Please ensure the Host code is configured to use for accessing ACPI response data. Also, ensure the port number selected doesn't clash with the existing ports. Direct dependencies =================== \ :option:`ESPI_PERIPHERAL_ACPI_SHM_REGION ` && \ :option:`ESPI_PERIPHERAL_CHANNEL ` && \ :option:`ESPI ` *(Includes any dependencies from ifs and menus.)* Default ======= - 0x0900 Kconfig definition ================== .. highlight:: kconfig At ``drivers/espi/Kconfig:129`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:90`` Menu path: (Top) → Device Drivers → ESPI Driver → Host peripheral device support shared memory region .. parsed-literal:: config ESPI_PERIPHERAL_ACPI_SHM_REGION_PORT_NUM hex "Host I/O peripheral port number for shared memory region" default 0x0900 depends on \ :option:`ESPI_PERIPHERAL_ACPI_SHM_REGION ` && \ :option:`ESPI_PERIPHERAL_CHANNEL ` && \ :option:`ESPI ` help This is the port number used by the Host and EC to communicate over the shared memory region to access the ACPI response data. Please ensure the Host code is configured to use for accessing ACPI response data. Also, ensure the port number selected doesn't clash with the existing ports. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*