:orphan: .. title:: OPENAMP_SRC_PATH .. option:: 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 =================== \ :option:`OPENAMP ` && \ :option:`OPENAMP ` *(Includes any dependencies from ifs and menus.)* Default ======= - "open-amp" Kconfig definition ================== .. highlight:: kconfig At ``modules/Kconfig.open-amp:12`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:23`` → ``modules/Kconfig:25`` Menu path: (Top) → Modules → OpenAMP Support .. parsed-literal:: config OPENAMP_SRC_PATH string "OpenAMP library source path" default "open-amp" depends on \ :option:`OPENAMP ` && \ :option:`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.)*