1# Copyright (c) 2025 Marcin Lyda <elektromarcin@gmail.com>
2# SPDX-License-Identifier: Apache-2.0
3
4config RTC_BQ32002
5	bool "Texas Instruments BQ32002 Real-Time Clock driver"
6	default y
7	depends on DT_HAS_TI_BQ32002_ENABLED
8	select I2C
9	help
10	    Enable Texas Instruments BQ32002 I2C RTC driver.
11