blob: c80676d1538246803e32086cc180d83e2b17976d [file] [log] [blame]
# SPDX-License-Identifier: Apache-2.0
# Copyright (c) 2023 Intel Corporation
config IPM_SEDI
bool "Intel SEDI IPM Driver"
default y if DT_HAS_INTEL_SEDI_IPM_ENABLED
select IPM_CALLBACK_ASYNC
help
This option enables the Intel SEDI IPM(IPC) driver.
This driver is simply a shim driver built upon the SEDI
bare metal IPC driver in the hal-intel module
config IPM_CALLBACK_ASYNC
bool "Deliver callbacks asynchronously"
help
When selected, the driver supports "asynchronous" command
delivery. Commands will stay active after the ISR returns,
until the application expressly "completes" the command
later.