11 lines
227 B
Plaintext
11 lines
227 B
Plaintext
|
# Copyright (c) 2021 Laird Connectivity
|
||
|
#
|
||
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
#
|
||
|
|
||
|
config COUNTER_MICROCHIP_MCP7940N
|
||
|
bool "Microchip MCP7940N RTC"
|
||
|
select I2C
|
||
|
help
|
||
|
Enable RTC driver based on Microchip MCP7940N I2C device.
|