16 lines
366 B
Plaintext
16 lines
366 B
Plaintext
|
# Copyright (c) 2018 Linaro Limited
|
||
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
|
||
|
config OPENAMP
|
||
|
bool "OpenAMP Support"
|
||
|
select LIBMETAL
|
||
|
help
|
||
|
This option enables the OpenAMP IPC library
|
||
|
|
||
|
config OPENAMP_SRC_PATH
|
||
|
string "OpenAMP library source path"
|
||
|
default "open-amp"
|
||
|
depends on OPENAMP
|
||
|
help
|
||
|
This option specifies the path to the source for the open-amp library
|