ecd6632f36
* Utilize DT_HAS_<COMPAT>_ENABLED for devicetree based drivers Signed-off-by: Kumar Gala <galak@kernel.org>
10 lines
246 B
Plaintext
10 lines
246 B
Plaintext
# 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.
|