1# Copyright (c) 2018 Linaro Limited 2# SPDX-License-Identifier: Apache-2.0 3 4config ZEPHYR_LIBMETAL_MODULE 5 bool 6 7menuconfig LIBMETAL 8 bool "libmetal Support" 9 depends on ZEPHYR_LIBMETAL_MODULE 10 help 11 This option enables the libmetal HAL abstraction layer 12 13config LIBMETAL_SRC_PATH 14 string "libmetal library source path" 15 default "libmetal" 16 depends on LIBMETAL 17 help 18 This option specifies the path to the source for the libmetal library 19