Add the bare minimum to set and access the ACPI shared memory via the eSPI emulator. Signed-off-by: Yuval Peress <peress@chromium.org>
12 lines
228 B
Plaintext
12 lines
228 B
Plaintext
# Copyright 2021 Google LLC
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
CONFIG_ZTEST=y
|
|
CONFIG_ESPI=y
|
|
CONFIG_EMUL=y
|
|
CONFIG_ESPI_EMUL=y
|
|
CONFIG_EMUL_ESPI_HOST=y
|
|
|
|
CONFIG_ESPI_PERIPHERAL_CHANNEL=y
|
|
CONFIG_ESPI_PERIPHERAL_ACPI_SHM_REGION=y
|