:orphan: .. title:: CONFIG_ESPI_PERIPHERAL_ACPI_SHM_REGION .. kconfig:: CONFIG_ESPI_PERIPHERAL_ACPI_SHM_REGION CONFIG_ESPI_PERIPHERAL_ACPI_SHM_REGION ###################################### *Host peripheral device support shared memory region* Type: ``bool`` Help ==== .. code-block:: none Enables shared memory region over eSPI peripheral channel to access the ACPI response data. Direct dependencies =================== (\ :kconfig:`ESPI_NPCX ` && \ :kconfig:`ESPI `) || (\ :kconfig:`ESPI_PERIPHERAL_CHANNEL ` && \ :kconfig:`ESPI `) *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definitions =================== At ``/espi/Kconfig.npcx:51`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:92`` → ``/espi/Kconfig:15`` Menu path: (Top) → Device Drivers → ESPI Driver .. code-block:: kconfig config ESPI_PERIPHERAL_ACPI_SHM_REGION bool default y depends on ESPI_NPCX && ESPI ---- At ``/espi/Kconfig:123`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:92`` Menu path: (Top) → Device Drivers → ESPI Driver .. code-block:: kconfig config ESPI_PERIPHERAL_ACPI_SHM_REGION bool "Host peripheral device support shared memory region" depends on ESPI_PERIPHERAL_CHANNEL && ESPI help Enables shared memory region over eSPI peripheral channel to access the ACPI response data. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*