11 lines
293 B
Plaintext
11 lines
293 B
Plaintext
# Copyright (c) 2021 Google Inc
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
DT_COMPAT_ST_BBRAM_EMUL := zephyr,bbram-emul
|
|
|
|
config BBRAM_EMUL
|
|
bool "Battery-backed RAM emulated drivers"
|
|
default $(dt_compat_enabled,${DT_COMPAT_ST_BBRAM_EMUL})
|
|
help
|
|
This option enables the BBRAM emulation driver.
|