ecd6632f36
* Utilize DT_HAS_<COMPAT>_ENABLED for devicetree based drivers Signed-off-by: Kumar Gala <galak@kernel.org>
11 lines
280 B
Plaintext
11 lines
280 B
Plaintext
# Copyright (c) 2021 Google Inc
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config BBRAM_IT8XXX2
|
|
bool "ITE IT81202 Battery-backed RAM drivers"
|
|
default y
|
|
depends on DT_HAS_ITE_IT8XXX2_BBRAM_ENABLED
|
|
help
|
|
This option enables the BBRAM driver for RISCV_ITE family of
|
|
processors.
|