2018-05-22 23:52:12 +08:00
|
|
|
#
|
|
|
|
# Copyright (c) 2018 Linaro Limited
|
|
|
|
#
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
#
|
|
|
|
|
2018-12-27 22:33:00 +08:00
|
|
|
menuconfig LIBMETAL
|
2018-08-14 22:19:20 +08:00
|
|
|
bool "libmetal Support"
|
2018-05-22 23:52:12 +08:00
|
|
|
help
|
|
|
|
This option enables the libmetal HAL abstraction layer
|
2018-05-24 23:30:38 +08:00
|
|
|
|
2018-12-27 22:33:00 +08:00
|
|
|
if LIBMETAL
|
|
|
|
|
2018-05-24 23:30:38 +08:00
|
|
|
config LIBMETAL_SRC_PATH
|
2018-08-14 22:19:20 +08:00
|
|
|
string "libmetal library source path"
|
2018-05-24 23:30:38 +08:00
|
|
|
default "libmetal"
|
|
|
|
help
|
|
|
|
This option specifies the path to the source for the libmetal library
|
2018-12-27 22:33:00 +08:00
|
|
|
|
|
|
|
endif # LIBMETAL
|