1# Copyright (c) 2021 Google Inc
2# SPDX-License-Identifier: Apache-2.0
3
4config BBRAM_NPCX
5	bool "Nuvoton NPCX embedded controller (EC) Battery-backed RAM drivers"
6	default y
7	depends on DT_HAS_NUVOTON_NPCX_BBRAM_ENABLED
8	help
9	  This option enables the BBRAM driver for NPCX family of processors.
10
11config BBRAM_NPCX_EMUL
12	bool "Emulator for the NPCX BBRAM driver"
13	default y
14	depends on BBRAM_NPCX
15	depends on EMUL
16	help
17	  Enable the emulator for the NPCX BBRAM.
18