zephyr/drivers/rtc/Kconfig.rts5912
Chia-Yang Lin bd365a0bae drivers: rtc: rts5912: add rtc driver
Add rtc driver for Realtek rts5912.

Signed-off-by: Chia-Yang Lin <cylin0708@realtek.com>
2025-03-15 06:43:46 +01:00

11 lines
265 B
Plaintext

# Copyright (c) 2025, Realtek, SIBG-SD7
# SPDX-License-Identifier: Apache-2.0
config RTC_RTS5912
bool "Realtek RTS5912 rtc driver"
default y
depends on CLOCK_CONTROL
depends on DT_HAS_REALTEK_RTS5912_RTC_ENABLED
help
Enable support for Realtek RTC driver.