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