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

CONFIG_BBRAM_INIT_PRIORITY

Init priority

Type: int

Help

BBRAM driver initialization priority

Direct dependencies

BBRAM

(Includes any dependencies from ifs and menus.)

Default

  • 10

Kconfig definition

At drivers/bbram/Kconfig:15

Included via Kconfig:8Kconfig.zephyr:42drivers/Kconfig:122

Menu path: (Top) → Device Drivers → Battery-backed RAM drivers

config BBRAM_INIT_PRIORITY
    int "Init priority"
    default 10
    depends on BBRAM
    help
      BBRAM driver initialization priority

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