1# Copyright (c) 2014-2015 Wind River Systems, Inc.
2# Copyright (c) 2016 Cadence Design Systems, Inc.
3# Copyright (c) 2019 Intel Corp.
4# Copyright (c) 2024-2025 Gerson Fernando Budke <nandojve@gmail.com>
5# SPDX-License-Identifier: Apache-2.0
6
7config SAM0_RTC_TIMER
8	bool "Atmel SAM0 series RTC timer"
9	default y
10	depends on DT_HAS_ATMEL_SAM0_RTC_ENABLED \
11		&& $(dt_nodelabel_bool_prop,rtc,systimer)
12	select PINCTRL
13	select TICKLESS_CAPABLE
14	help
15	  This module implements a kernel device driver for the Atmel SAM0
16	  series Real Time Counter and provides the standard "system clock
17	  driver" interfaces.
18