:orphan: .. title:: CONFIG_BBRAM_INIT_PRIORITY .. kconfig:: CONFIG_BBRAM_INIT_PRIORITY CONFIG_BBRAM_INIT_PRIORITY ########################## *Init priority* Type: ``int`` Help ==== .. code-block:: none BBRAM driver initialization priority Direct dependencies =================== \ :kconfig:`BBRAM ` *(Includes any dependencies from ifs and menus.)* Default ======= - 10 Kconfig definition ================== At ``/bbram/Kconfig:15`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:122`` Menu path: (Top) → Device Drivers → Battery-backed RAM drivers .. code-block:: kconfig 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.)*