zephyr/drivers/bbram/Kconfig.it8xxx2
Yuval Peress 59675bf682 bbram: it8xxx2: Add emulator implementation
Add an emulator that supports reading and writing to the it8xxx2 bbram.

Signed-off-by: Yuval Peress <peress@google.com>
2024-01-12 09:59:31 +01:00

19 lines
467 B
Plaintext

# Copyright (c) 2021 Google Inc
# SPDX-License-Identifier: Apache-2.0
config BBRAM_IT8XXX2
bool "ITE IT81202 Battery-backed RAM drivers"
default y
depends on DT_HAS_ITE_IT8XXX2_BBRAM_ENABLED
help
This option enables the BBRAM driver for RISCV_ITE family of
processors.
config BBRAM_IT8XXX2_EMUL
bool "Emulator for the ITE IT81202 BBRAM driver"
default y
depends on BBRAM_IT8XXX2
depends on EMUL
help
Enable the emulator for the ITE IT81202 BBRAM.