modules: libmetal: Options only when module is available

Only show libmetal menu options when the module is available.

Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>
This commit is contained in:
Flavio Ceolin 2023-05-10 21:53:33 +00:00 committed by Carles Cufí
parent 713ca15224
commit 9eff0ca521
1 changed files with 4 additions and 0 deletions

View File

@ -1,8 +1,12 @@
# Copyright (c) 2018 Linaro Limited
# SPDX-License-Identifier: Apache-2.0
config ZEPHYR_LIBMETAL_MODULE
bool
menuconfig LIBMETAL
bool "libmetal Support"
depends on ZEPHYR_LIBMETAL_MODULE
help
This option enables the libmetal HAL abstraction layer