1# Copyright (c) 2023 Nordic Semiconductor ASA
2# SPDX-License-Identifier: Apache-2.0
3
4config BBRAM_MICROCHIP_MCP7940N
5	bool "Microchip MCP7940N SRAM BBRAM driver"
6	default y
7	depends on DT_HAS_MICROCHIP_MCP7940N_ENABLED
8	select I2C
9	help
10	  Enable driver for Microchip MCP7940N SRAM based battery-backed RAM.
11
12config BBRAM_MICROCHIP_MCP7940N_EMUL
13	bool "Emulator for the Microchip MCP7940N SRAM BBRAM driver"
14	default y
15	depends on BBRAM_MICROCHIP_MCP7940N
16	depends on EMUL
17	help
18	  Enable the emulator for the Microchip MCP7940N SRAM based
19	  battery-backed RAM.
20