# SPDX-License-Identifier: GPL-2.0

config SHOW_UREGS_WITH_PHYSICAL
	tristate "SPRD userspace debug: show uregs with phys"
	depends on ARM64
	help
	  This option enables process show user regs with their physcial
          address before coredump

config SPRD_SCREEN_ONOFF_CHECK
	tristate "SPRD userspace debug: screen onoff timeout check"
	depends on ARCH_SPRD
	help
	  This option enables screen onoff timeout checking while
	  powerkey pressed.

config SPRD_SIGNAL_DEBUG
	tristate "SPRD userspace debug: add signal debug"
	depends on ARM64 && SPRD_DEBUG
	help
	  Say y here to enable Debug support.
	  when in doubt, say n.
	  this is a debug feature for tracing signal origins
	  when process is receiving a signal.

