From 2e6871a46fb5e78b6f8bd5c7b71f687dfb409d51 Mon Sep 17 00:00:00 2001 From: Flavio Ceolin Date: Wed, 10 May 2023 22:13:13 +0000 Subject: [PATCH] modules: openamp: Options only when module is available Only show openamp menu options when the module is available. Signed-off-by: Flavio Ceolin --- modules/Kconfig.open-amp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/Kconfig.open-amp b/modules/Kconfig.open-amp index 5db32041bc..71d2885e5a 100644 --- a/modules/Kconfig.open-amp +++ b/modules/Kconfig.open-amp @@ -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