-
CONFIG_LIBMETAL_SRC_PATH
¶
libmetal library source path
Type: string
Help¶
This option specifies the path to the source for the libmetal library
Default¶
“libmetal”
Kconfig definition¶
At <Zephyr>/modules/Kconfig.libmetal:9
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:23
→ <Zephyr>/modules/Kconfig:19
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.)