Anas Nashif | 083617e | 2019-05-30 17:51:53 -0400 | [diff] [blame] | 1 | # Copyright (c) 2018 Linaro Limited |
Anas Nashif | 083617e | 2019-05-30 17:51:53 -0400 | [diff] [blame] | 2 | # SPDX-License-Identifier: Apache-2.0 |
Anas Nashif | 083617e | 2019-05-30 17:51:53 -0400 | [diff] [blame] | 3 | |
| 4 | menuconfig LIBMETAL |
| 5 | bool "libmetal Support" |
| 6 | help |
| 7 | This option enables the libmetal HAL abstraction layer |
| 8 | |
Anas Nashif | 083617e | 2019-05-30 17:51:53 -0400 | [diff] [blame] | 9 | config LIBMETAL_SRC_PATH |
| 10 | string "libmetal library source path" |
| 11 | default "libmetal" |
Ulf Magnusson | 378d6b1 | 2020-02-09 22:26:07 +0100 | [diff] [blame] | 12 | depends on LIBMETAL |
Anas Nashif | 083617e | 2019-05-30 17:51:53 -0400 | [diff] [blame] | 13 | help |
| 14 | This option specifies the path to the source for the libmetal library |