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:
parent
713ca15224
commit
9eff0ca521
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue