The latest development version of this page may be more current than this released 2.7.5 version.

CONFIG_NEED_LIBC_MEM_PARTITION

(No prompt – not directly user assignable.)

Type: bool

Help

Hidden option to signal that a memory partition is needed for
the C libraray even though it would not have been enabled
otherwise.

Defaults

No defaults. Implicitly defaults to n.

Symbols that select this symbol

Kconfig definition

At lib/libc/Kconfig:185

Included via Kconfig:8Kconfig.zephyr:43lib/Kconfig:4

Menu path: (Top) → C Library

config NEED_LIBC_MEM_PARTITION
    bool
    help
      Hidden option to signal that a memory partition is needed for
      the C libraray even though it would not have been enabled
      otherwise.

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