:orphan: .. title:: CODE_DENSITY .. option:: CONFIG_CODE_DENSITY *Code Density Option* Type: ``bool`` Help ==== Enable code density option to get better code density Direct dependencies =================== \ :option:`SOC_ARC_HSDK ` || \ :option:`ARC ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definitions =================== .. highlight:: kconfig At ``soc/arc/snps_arc_hsdk/Kconfig.defconfig:27`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc.defconfig:1`` Menu path: (Top) .. parsed-literal:: config CODE_DENSITY bool default y depends on \ :option:`SOC_ARC_HSDK ` ---- At ``arch/arc/Kconfig:207`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:29`` → ``arch/Kconfig:12`` Menu path: (Top) → ARC Options → ARCv2 Family Options .. parsed-literal:: config CODE_DENSITY bool "Code Density Option" depends on \ :option:`ARC ` help Enable code density option to get better code density *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*