1# Copyright (c) 2021 Google Inc
2# SPDX-License-Identifier: Apache-2.0
3
4config BBRAM_IT8XXX2
5	bool "ITE IT81202 Battery-backed RAM drivers"
6	default y
7	depends on DT_HAS_ITE_IT8XXX2_BBRAM_ENABLED
8	help
9	  This option enables the BBRAM driver for RISCV_ITE family of
10	  processors.
11
12config BBRAM_IT8XXX2_EMUL
13	bool "Emulator for the ITE IT81202 BBRAM driver"
14	default y
15	depends on BBRAM_IT8XXX2
16	depends on EMUL
17	help
18	  Enable the emulator for the ITE IT81202 BBRAM.
19