:orphan: .. title:: CONFIG_SOC_DEPRECATED_RELEASE .. kconfig:: CONFIG_SOC_DEPRECATED_RELEASE CONFIG_SOC_DEPRECATED_RELEASE ############################# *(No prompt -- not directly user assignable.)* Type: ``string`` Help ==== .. code-block:: none 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. Defaults ======== No defaults. Implicitly defaults to the empty string. Kconfig definition ================== At ``/Kconfig:43`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:38`` Menu path: (Top) .. code-block:: kconfig 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.)*