Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
fecf909a2a6f9c6d220168d697efc8245c01f43e
/
.
/
drivers
/
rtc
/
Kconfig.ambiq
blob: 9c100f158ef6349c6b0cb5d1c56bdb73eb1b3ff0 [
file
] [
log
] [
blame
]
# Copyright (c) 2024, Ambiq Micro Inc. <www.ambiq.com>
# SPDX-License-Identifier: Apache-2.0
config RTC_AMBIQ
bool
"AMBIQ RTC driver"
default
y
depends on DT_HAS_AMBIQ_RTC_ENABLED
select
AMBIQ_HAL
help
Enable
the AMBIQ RTC driver
.