Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
9153f70da1cc25f67e47eefad569127b4cdcd912
/
.
/
drivers
/
rtc
/
Kconfig.sam
blob: 5968f66bc4222f903f1a5ad36ce427ae4c72ed8d [
file
] [
log
] [
blame
]
# Copyright (c) 2023 Bjarki Arge Andreasen
# SPDX-License-Identifier: Apache-2.0
config RTC_ATMEL_SAM
bool
"Atmel SAM RTC driver"
default
y
depends on DT_HAS_ATMEL_SAM_RTC_ENABLED
help
Atmel
Real
-
Time
Clock
(
RTC
)
driver used on SAM
SoC
series
.