Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
bfad7bc00e734010d059d5ba7eb4cd2187eb1c8d
/
.
/
drivers
/
rtc
/
Kconfig.rpi_pico
blob: 24a872258ff74dfe821315a76bedc11cffcdc079 [
file
] [
log
] [
blame
]
# Copyright (c) 2023 Andrew Featherstone
# SPDX-License-Identifier: Apache-2.0
config RTC_RPI_PICO
bool
"Raspberry Pi Pico RTC driver"
default
y
depends on DT_HAS_RASPBERRYPI_PICO_RTC_ENABLED
select
PICOSDK_USE_RTC
depends on RESET