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