blob: 12d389f03a92e2d81ff37de26f03e9634bea35a5 [file] [log] [blame]
Anas Nashif083617e2019-05-30 17:51:53 -04001# Copyright (c) 2018 Linaro Limited
Anas Nashif083617e2019-05-30 17:51:53 -04002# SPDX-License-Identifier: Apache-2.0
Anas Nashif083617e2019-05-30 17:51:53 -04003
4config OPENAMP
5 bool "OpenAMP Support"
6 select LIBMETAL
7 help
8 This option enables the OpenAMP IPC library
9
Kumar Gala12ca04b2019-03-20 11:23:22 -050010if OPENAMP
11
Anas Nashif083617e2019-05-30 17:51:53 -040012config OPENAMP_SRC_PATH
13 string "OpenAMP library source path"
14 default "open-amp"
15 depends on OPENAMP
16 help
17 This option specifies the path to the source for the open-amp library
Kumar Gala12ca04b2019-03-20 11:23:22 -050018
19config OPENAMP_MASTER
20 bool "OpenAMP Master Support"
21 default y
22 help
23 This option enables support for OpenAMP VirtIO Master
24
25config OPENAMP_SLAVE
26 bool "OpenAMP Slave Support"
27 default y
28 help
29 This option enables support for OpenAMP VirtIO Slave
30
31endif # OPENAMP