CONFIG_SYS_HEAP_SMALL_ONLY

Support for small heaps only

Type: bool

Help

Select this to optimize the code and memory usage if all your
heaps are 262136 bytes or less.

Direct dependencies

<choice: Supported heap sizes>

(Includes any dependencies from ifs and menus.)

Kconfig definition

At <Zephyr>/lib/os/Kconfig:86

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:43<Zephyr>/lib/Kconfig:10

Menu path: (Top) → Additional libraries → OS Support Library → Supported heap sizes

config SYS_HEAP_SMALL_ONLY
    bool "Support for small heaps only"
    depends on <choice>
    help
      Select this to optimize the code and memory usage if all your
      heaps are 262136 bytes or less.

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