:orphan: .. title:: CONFIG_OPENAMP_SRC_PATH .. kconfig:: CONFIG_OPENAMP_SRC_PATH CONFIG_OPENAMP_SRC_PATH ####################### *OpenAMP library source path* Type: ``string`` Help ==== .. code-block:: none This option specifies the path to the source for the open-amp library Direct dependencies =================== \ :kconfig:`OPENAMP ` && \ :kconfig:`OPENAMP ` *(Includes any dependencies from ifs and menus.)* Default ======= - "open-amp" Kconfig definition ================== At ``/Kconfig.open-amp:12`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:33`` → ``/Kconfig:22`` Menu path: (Top) → Modules → OpenAMP Support .. code-block:: kconfig 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.)*