The latest development version of this page may be more current than this released 1.14.1 version.
CONFIG_LIBMETAL_SRC_PATH

libmetal library source path

Type: string

Help

This option specifies the path to the source for the libmetal library

Direct dependencies

LIBMETAL

(Includes any dependencies from if’s and menus.)

Defaults

Kconfig definition

At ext/hal/libmetal/Kconfig:14

Included via Kconfig:10Kconfig.zephyr:41ext/Kconfig:11ext/hal/Kconfig:21

Menu path: (top menu) → External Sources → HALs → libmetal Support

config LIBMETAL_SRC_PATH
    string
    prompt "libmetal library source path" if LIBMETAL
    default "libmetal" if LIBMETAL
    depends on LIBMETAL
    help
      This option specifies the path to the source for the libmetal library

(Definitions include propagated dependencies, including from if’s and menus.)