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

Code Density Option

Type: bool

Help

Enable code density option to get better code density

Direct dependencies

ARC

(Includes any dependencies from if’s and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At arch/arc/Kconfig:147

Included via Kconfig:10Kconfig.zephyr:29arch/Kconfig:15

Menu path: (top menu) → ARC Options → ARCv2 Family Options

config CODE_DENSITY
    bool
    prompt "Code Density Option" if ARC
    depends on ARC
    help
      Enable code density option to get better code density

(Definitions include propagated dependencies, including from if’s and menus.)