CONFIG_OPENAMP_SRC_PATH

OpenAMP library source path

Type: string

Help

This option specifies the path to the source for the open-amp library

Direct dependencies

OPENAMP && OPENAMP

(Includes any dependencies from ifs and menus.)

Default

  • “open-amp”

Kconfig definition

At <Zephyr>/modules/Kconfig.open-amp:12

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:10<Zephyr>/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.)