2021-01-25 15:51:17 +08:00
|
|
|
# Copyright (c) 2021 Google Inc
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
|
|
|
config BBRAM_EMUL
|
|
|
|
bool "Battery-backed RAM emulated drivers"
|
2022-08-11 12:26:28 +08:00
|
|
|
default y
|
|
|
|
depends on DT_HAS_ZEPHYR_BBRAM_EMUL_ENABLED
|
2021-01-25 15:51:17 +08:00
|
|
|
help
|
|
|
|
This option enables the BBRAM emulation driver.
|