Linux Audio

Check our new training course

Embedded Linux Audio

Check our new training course
with Creative Commons CC-BY-SA
lecture materials

Bootlin logo

Elixir Cross Referencer

Loading...
# 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