1# Copyright (c) 2021 Google Inc
2# SPDX-License-Identifier: Apache-2.0
3
4config BBRAM_EMUL
5	bool "Battery-backed RAM emulated drivers"
6	default y
7	depends on DT_HAS_ZEPHYR_BBRAM_EMUL_ENABLED
8	help
9	  This option enables the BBRAM emulation driver.
10