:orphan: .. title:: LIBMETAL_SRC_PATH .. option:: 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 =================== \ :option:`LIBMETAL ` *(Includes any dependencies from ifs and menus.)* Default ======= - "libmetal" Kconfig definition ================== .. highlight:: kconfig At ``modules/Kconfig.libmetal:9`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:23`` → ``modules/Kconfig:19`` Menu path: (Top) → Modules → libmetal Support .. parsed-literal:: config LIBMETAL_SRC_PATH string "libmetal library source path" default "libmetal" depends on \ :option:`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.)*