zephyr/drivers/rtc/Kconfig.smartbond
Ioannis Karachalios 9f76879a0b drivers: rtc: smartbond: Support RTC peripheral.
Add support for the RTC peripheral.

Signed-off-by: Ioannis Karachalios <ioannis.karachalios.px@renesas.com>
2023-10-20 15:10:44 +02:00

10 lines
248 B
Plaintext

# Copyright (c) 2023 Renesas Electronics Corporation
# SPDX-License-Identifier: Apache-2.0
config RTC_SMARTBOND
bool "Smartbond RTC driver"
depends on DT_HAS_RENESAS_SMARTBOND_RTC_ENABLED
default y
help
Build RTC driver for Smartbond SoCs.