9f76879a0b
Add support for the RTC peripheral. Signed-off-by: Ioannis Karachalios <ioannis.karachalios.px@renesas.com>
10 lines
248 B
Plaintext
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.
|