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 ifs and menus.)

Default

  • “libmetal”

Kconfig definition

At <Zephyr>/modules/Kconfig.libmetal:9

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:10<Zephyr>/modules/Kconfig:15

Menu path: (Top) → Modules → libmetal Support

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

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)