Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
3224a50e034ebf45714a8317c3d784e83c6a89c4
/
.
/
drivers
/
bbram
/
Kconfig.bbram_emul
blob: afc8cb1f776af1c4a8f1ed6c0d9efc85cdb4c5a3 [
file
] [
log
] [
blame
]
# Copyright (c) 2021 Google Inc
# SPDX-License-Identifier: Apache-2.0
config BBRAM_EMUL
bool
"Battery-backed RAM emulated drivers"
default
y
depends on DT_HAS_ZEPHYR_BBRAM_EMUL_ENABLED
help
This
option enables the BBRAM emulation driver
.