Kconfig.libmetal 369 B

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