:orphan: .. title:: CONFIG_NEED_LIBC_MEM_PARTITION .. kconfig:: CONFIG_NEED_LIBC_MEM_PARTITION CONFIG_NEED_LIBC_MEM_PARTITION ############################## *(No prompt -- not directly user assignable.)* Type: ``bool`` Help ==== .. code-block:: none 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:`X86 ` - \ :kconfig:`THREAD_LOCAL_STORAGE ` - \ :kconfig:`MINIMAL_LIBC_RAND ` Kconfig definition ================== At ``/libc/Kconfig:185`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:43`` → ``/Kconfig:4`` Menu path: (Top) → C Library .. code-block:: kconfig 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.)*