# SPDX-License-Identifier: GPL-2.0-only
#
# Timer subsystem related configuration options
#

config ALARMTIMER_DEBUG
	bool "Alarmtimer Debug"
	help
	  This kernel config can be used to debug RTC (Real-time Clock)
          alarm not fire. When enable this option, we can get rtc alarm
          time and currnet time.
          If unsure, say N.
