zephyr/drivers/rtc/Kconfig.bq32002
Marcin Lyda 5100850767 drivers: rtc: Add Texas Instruments BQ32002 RTC driver
This PR adds support for BQ32002 RTC chip.

Supported functionalities:

* Time setting/reading
* Alarm setting/reading
* Calibration setting/reading
* IRQ frequency configuration

Tested on nRF52833-DK board.

Signed-off-by: Marcin Lyda <elektromarcin@gmail.com>
2025-01-29 07:08:28 +01:00

11 lines
295 B
Plaintext

# Copyright (c) 2025 Marcin Lyda <elektromarcin@gmail.com>
# SPDX-License-Identifier: Apache-2.0
config RTC_BQ32002
bool "Texas Instruments BQ32002 Real-Time Clock driver"
default y
depends on DT_HAS_TI_BQ32002_ENABLED
select I2C
help
Enable Texas Instruments BQ32002 I2C RTC driver.