You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
563 B
19 lines
563 B
# Copyright (c) 2023 Nordic Semiconductor ASA |
|
# SPDX-License-Identifier: Apache-2.0 |
|
|
|
config BBRAM_MICROCHIP_MCP7940N |
|
bool "Microchip MCP7940N SRAM BBRAM driver" |
|
default y |
|
depends on DT_HAS_MICROCHIP_MCP7940N_ENABLED |
|
select I2C |
|
help |
|
Enable driver for Microchip MCP7940N SRAM based battery-backed RAM. |
|
|
|
config BBRAM_MICROCHIP_MCP7940N_EMUL |
|
bool "Emulator for the Microchip MCP7940N SRAM BBRAM driver" |
|
default y |
|
depends on BBRAM_MICROCHIP_MCP7940N |
|
depends on EMUL |
|
help |
|
Enable the emulator for the Microchip MCP7940N SRAM based |
|
battery-backed RAM.
|
|
|