# SPDX-License-Identifier: GPL-2.0-only
#
# Hobot Reboot Reason Drivers
#

comment "Hobot Reboot Reason Drivers"

config HB_SYSCON_REBOOT_MODE
	tristate "Hobot SYSCON reboot mode driver"
	depends on OF
	depends on MFD_SYSCON
	select REBOOT_MODE
	default y
	help
	  Say y here will enable reboot mode driver. This will
	  get reboot mode arguments and store it by smc call,
	  then the bootloader can read it to take different
	  action according to the mode.

config HB_SYSCON_REBOOT_REASON
	tristate "Hobot SYSCON reboot reason driver"
	depends on OF
	depends on MFD_SYSCON
	default y
	help
	  Say y here will enable reboot reason driver. This will
	  get reboot reason arguments and store it by smc call.
