CONFIG_LIBMETAL_SRC_PATH

libmetal library source path

Type: string

Help

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

Defaults

  • “libmetal”

Kconfig definition

At ext/hal/libmetal/Kconfig:12

Included via Kconfig:10Kconfig.zephyr:37ext/Kconfig:11ext/hal/Kconfig:19

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

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

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