:orphan: .. title:: LIBMETAL_SRC_PATH .. option:: CONFIG_LIBMETAL_SRC_PATH *libmetal library source path* Type: ``string`` Help ==== .. code-block:: none 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 ================== At ``/Kconfig.libmetal:9`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:23`` → ``/Kconfig:19`` Menu path: (Top) → Modules → libmetal Support .. code-block:: kconfig 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.)*