The latest development version of this page may be more current than this released 2.6.1-rc1 version.
CONFIG_RIMAGE_SIGNING_SCHEMA

Rimage firmware signing schema name

Type: string

Help

Signing schema name used by rimage to decide how to build final binary

Direct dependencies

SOF

(Includes any dependencies from ifs and menus.)

Defaults

Kconfig definition

At /home/nashif/zephyrproject/modules/audio/sof/zephyr/../src/platform/Kconfig:359

Included via Kconfig:8Kconfig.zephyr:23modules/Kconfig:6doc/_build/Kconfig/Kconfig.modules:14/home/nashif/zephyrproject/modules/audio/sof/zephyr/Kconfig:2/home/nashif/zephyrproject/modules/audio/sof/zephyr/../Kconfig.sof:124/home/nashif/zephyrproject/modules/audio/sof/zephyr/../src/Kconfig:5

Menu path: (Top) → Modules → sof (/home/nashif/zephyrproject/modules/audio/sof) → Platform

config RIMAGE_SIGNING_SCHEMA
    string "Rimage firmware signing schema name"
    default "byt" if BAYTRAIL
    default "cht" if CHERRYTRAIL
    default "hsw" if HASWELL
    default "bdw" if BROADWELL
    default "apl" if APOLLOLAKE
    default "cnl" if CANNONLAKE
    default "sue" if SUECREEK
    default "icl" if ICELAKE
    default "tgl" if TIGERLAKE
    default "imx8" if IMX8
    default "imx8x" if IMX8X
    default "imx8m" if IMX8M
    default ""
    depends on SOF
    help
      Signing schema name used by rimage to decide how to build final binary

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