:orphan: .. title:: CONFIG_LIBMETAL_SRC_PATH .. kconfig:: CONFIG_LIBMETAL_SRC_PATH 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 =================== \ :kconfig:`LIBMETAL ` *(Includes any dependencies from ifs and menus.)* Default ======= - "libmetal" Kconfig definition ================== At ``/Kconfig.libmetal:9`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:33`` → ``/Kconfig:18`` 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.)*