blob: 4881a68005094e2a25616d1ec9d266afc2d53db0 [file] [log] [blame]
# Copyright (c) 2024 Bjarki Arge Andreasen
# SPDX-License-Identifier: Apache-2.0
source "Kconfig.zephyr"
if RTC_ALARM
config TEST_RTC_ALARM_TIME_MASK
int "Alarm fields to set"
default 6
range 1 511
help
Set the RTC_ALARM_TIME_MASK_ bitmask to use when setting
RTC alarms during testing.
endif # RTC_ALARM