| # Copyright (c) 2018 Linaro Limited |
| # SPDX-License-Identifier: Apache-2.0 |
| config ZEPHYR_OPEN_AMP_MODULE |
| depends on ZEPHYR_OPEN_AMP_MODULE |
| This option enables the OpenAMP IPC library |
| string "OpenAMP library source path" |
| This option specifies the path to the source for the open-amp library |
| bool "OpenAMP Master Support" |
| This option enables support for OpenAMP VirtIO Master |
| bool "OpenAMP Slave Support" |
| This option enables support for OpenAMP VirtIO Slave |
| config OPENAMP_WITH_DCACHE |
| bool "Build OpenAMP with vrings cache operations enabled" |
| depends on CACHE_MANAGEMENT |
| Build OpenAMP with vrings cache operations enabled. |