CONFIG_BBRAM_IT8XXX2

ITE IT81202 Battery-backed RAM drivers

Type: bool

Help

This option enables the BBRAM driver for RISCV_ITE family of
processors.

Direct dependencies

SOC_FAMILY_RISCV_ITE && BBRAM

(Includes any dependencies from ifs and menus.)

Default

  • n

Kconfig definition

At <Zephyr>/drivers/bbram/Kconfig.it8xxx2:6

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:42<Zephyr>/drivers/Kconfig:122<Zephyr>/drivers/bbram/Kconfig:23

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

config BBRAM_IT8XXX2
    bool "ITE IT81202 Battery-backed RAM drivers"
    default n
    depends on SOC_FAMILY_RISCV_ITE && BBRAM
    help
      This option enables the BBRAM driver for RISCV_ITE family of
      processors.

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