2021-01-25 15:51:17 +08:00
|
|
|
# Copyright (c) 2021 Google Inc
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
|
|
|
config BBRAM_NPCX
|
|
|
|
bool "Nuvoton NPCX embedded controller (EC) Battery-backed RAM drivers"
|
2022-08-11 12:26:28 +08:00
|
|
|
default y
|
|
|
|
depends on DT_HAS_NUVOTON_NPCX_BBRAM_ENABLED
|
2021-01-25 15:51:17 +08:00
|
|
|
help
|
|
|
|
This option enables the BBRAM driver for NPCX family of processors.
|