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