:orphan: .. title:: SOC_DEPRECATED_RELEASE .. option:: CONFIG_SOC_DEPRECATED_RELEASE *(No prompt -- not directly user assignable.)* Type: ``string`` Help ==== This hidden option is set in the SoC configuration and indicates the Zephyr release that the SoC configuration will be removed. When set, any build for that SoC will generate a clearly visible deprecation warning. Default ======= - "v2.6.0" Kconfig definitions =================== .. highlight:: kconfig At ``soc/arm/arm/musca_a/Kconfig.defconfig.musca_a:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc.defconfig:1`` → ``soc/arm/arm/Kconfig.defconfig:6`` → ``soc/arm/arm/musca_a/Kconfig.defconfig.series:12`` Menu path: (Top) .. parsed-literal:: config SOC_DEPRECATED_RELEASE string default "v2.6.0" depends on \ :option:`SOC_V2M_MUSCA_A ` && \ :option:`SOC_SERIES_MUSCA ` ---- At ``soc/Kconfig:37`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:28`` Menu path: (Top) .. parsed-literal:: config SOC_DEPRECATED_RELEASE string help This hidden option is set in the SoC configuration and indicates the Zephyr release that the SoC configuration will be removed. When set, any build for that SoC will generate a clearly visible deprecation warning. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*