CONFIG_OPENAMP_SRC_PATH¶
OpenAMP library source path
Type: string
Help¶
This option specifies the path to the source for the open-amp library
Default¶
- “open-amp” 
Kconfig definition¶
At <External Modules>/Kconfig.open-amp:12
Included via Kconfig:8 → Kconfig.zephyr:33 → <External Modules>/Kconfig:22
Menu path: (Top) → Modules → OpenAMP Support
config OPENAMP_SRC_PATH
    string "OpenAMP library source path"
    default "open-amp"
    depends on OPENAMP && OPENAMP
    help
      This option specifies the path to the source for the open-amp library
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)