Anas Nashif | 083617e | 2019-05-30 17:51:53 -0400 | [diff] [blame] | 1 | # Copyright (c) 2018 Linaro Limited |
Anas Nashif | 083617e | 2019-05-30 17:51:53 -0400 | [diff] [blame] | 2 | # SPDX-License-Identifier: Apache-2.0 |
Anas Nashif | 083617e | 2019-05-30 17:51:53 -0400 | [diff] [blame] | 3 | |
| 4 | config OPENAMP |
| 5 | bool "OpenAMP Support" |
| 6 | select LIBMETAL |
| 7 | help |
| 8 | This option enables the OpenAMP IPC library |
| 9 | |
Kumar Gala | 12ca04b | 2019-03-20 11:23:22 -0500 | [diff] [blame] | 10 | if OPENAMP |
| 11 | |
Anas Nashif | 083617e | 2019-05-30 17:51:53 -0400 | [diff] [blame] | 12 | config 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 Gala | 12ca04b | 2019-03-20 11:23:22 -0500 | [diff] [blame] | 18 | |
| 19 | config OPENAMP_MASTER |
| 20 | bool "OpenAMP Master Support" |
| 21 | default y |
| 22 | help |
| 23 | This option enables support for OpenAMP VirtIO Master |
| 24 | |
| 25 | config OPENAMP_SLAVE |
| 26 | bool "OpenAMP Slave Support" |
| 27 | default y |
| 28 | help |
| 29 | This option enables support for OpenAMP VirtIO Slave |
| 30 | |
| 31 | endif # OPENAMP |