1# Copyright (c) 2023 Renesas Electronics Corporation
2# SPDX-License-Identifier: Apache-2.0
3
4config RTC_SMARTBOND
5	bool "Smartbond RTC driver"
6	depends on DT_HAS_RENESAS_SMARTBOND_RTC_ENABLED
7	default y
8	help
9	  Build RTC driver for Smartbond SoCs.
10