summaryrefslogtreecommitdiff
path: root/zephyr/drivers/cros_bbram/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/drivers/cros_bbram/Kconfig')
-rw-r--r--zephyr/drivers/cros_bbram/Kconfig16
1 files changed, 15 insertions, 1 deletions
diff --git a/zephyr/drivers/cros_bbram/Kconfig b/zephyr/drivers/cros_bbram/Kconfig
index ba7ce8b1ad..43850b032a 100644
--- a/zephyr/drivers/cros_bbram/Kconfig
+++ b/zephyr/drivers/cros_bbram/Kconfig
@@ -7,4 +7,18 @@ menuconfig CROS_BBRAM_NPCX
depends on SOC_FAMILY_NPCX
default y
help
- This options enables stuff. \ No newline at end of file
+ This options enables stuff.
+
+if CROS_BBRAM_NPCX
+
+config CROS_BBRAM_NPCX_INIT_PRIORITY
+ int "cros_bbram npcx initialization priority"
+ default 11
+ range 10 19
+ help
+ This sets the npcx cros_bbram driver initialization priority. NPCX
+ chip uses BBRAM to save some system information that persists across
+ chip resets. The priority should be higher than
+ SYSTEM_PRE_INIT_PRIORITY & lower than CROS_SYSTEM_NPCX_INIT_PRIORITY.
+
+endif # CROS_BBRAM_NPCX