modules: openamp: Options only when module is available
Only show openamp menu options when the module is available. Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>
This commit is contained in:
parent
f4cb487b79
commit
2e6871a46f
|
@ -1,8 +1,12 @@
|
|||
# Copyright (c) 2018 Linaro Limited
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
config ZEPHYR_OPEN_AMP_MODULE
|
||||
bool
|
||||
|
||||
config OPENAMP
|
||||
bool "OpenAMP Support"
|
||||
depends on ZEPHYR_OPEN_AMP_MODULE
|
||||
select LIBMETAL
|
||||
help
|
||||
This option enables the OpenAMP IPC library
|
||||
|
|
Loading…
Reference in a new issue