:orphan: .. title:: CONFIG_BBRAM_NPCX .. kconfig:: CONFIG_BBRAM_NPCX CONFIG_BBRAM_NPCX ################# *Nuvoton NPCX embedded controller (EC) Battery-backed RAM drivers* Type: ``bool`` Help ==== .. code-block:: none This option enables the BBRAM driver for NPCX family of processors. Direct dependencies =================== \ :kconfig:`SOC_FAMILY_NPCX ` && \ :kconfig:`BBRAM ` *(Includes any dependencies from ifs and menus.)* Default ======= - n Kconfig definition ================== At ``/bbram/Kconfig.npcx:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:122`` → ``/bbram/Kconfig:21`` Menu path: (Top) → Device Drivers → Battery-backed RAM drivers .. code-block:: kconfig config BBRAM_NPCX bool "Nuvoton NPCX embedded controller (EC) Battery-backed RAM drivers" default n depends on SOC_FAMILY_NPCX && BBRAM help This option enables the BBRAM driver for NPCX family of processors. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*