The latest development version of this page may be more current than this released 2.6.1-rc1 version.
CONFIG_LIBRARY

Build Library

Type: bool

Help

Select if you want to build a library.
It is generic/mock configuration not tied to some specific platform.
Library builds are not intended to be run on DSP, but to be used by
user-space applications.

Direct dependencies

<choice: Platform>

(Includes any dependencies from ifs and menus.)

Kconfig definition

At /home/nashif/zephyrproject/modules/audio/sof/zephyr/../src/platform/Kconfig:162

Included via Kconfig:8Kconfig.zephyr:23modules/Kconfig:6doc/_build/Kconfig/Kconfig.modules:14/home/nashif/zephyrproject/modules/audio/sof/zephyr/Kconfig:2/home/nashif/zephyrproject/modules/audio/sof/zephyr/../Kconfig.sof:124/home/nashif/zephyrproject/modules/audio/sof/zephyr/../src/Kconfig:5

Menu path: (Top) → Modules → sof (/home/nashif/zephyrproject/modules/audio/sof) → Platform → Platform

config LIBRARY
    bool "Build Library"
    depends on <choice>
    help
      Select if you want to build a library.
      It is generic/mock configuration not tied to some specific platform.
      Library builds are not intended to be run on DSP, but to be used by
      user-space applications.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)