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