# SPDX-License-Identifier: GPL-2.0-only
#
# Hobot Power Management Drivers
#

comment "Hobot Power Management Drivers"

config HB_QGA_MSGFWD
	tristate "QGA Message Forwarding Driver for horizon"
	default m
	help
	  Rely on the power management driver implemented by ipc.
	  Used to receive commands from the MCU, and notify the
	  request to the upper layer application through the socket.

config HB_PWR_RECOVERY
	bool "Enable Hobot Power Recovery Driver"
	default y
	help
	  Register the power on and off notification time of the power domain,
	  and notify bl31 to perform register backup and recovery when the
	  event is triggered.

config HB_PD_NOTIFY
	bool "Enable Hobot PowerDoamin Ctrl Nofity Driver"
	default n
	help
	  Used to send notifications to the other end through the SMC channel
	  and check the notification status when powering on or off.

config HB_CPUHP
	bool "Enable Hobot Cpu Hotplug Handle"
	default n
	help
	  Used to notify the peer of the current status when the CPU is hot-plugged.

config HB_SCMI_EXT_NOTIFY
	bool "Enable Hobot SCMI EXT Driver"
	default n
	help
	  Notify the eFuse to drive the corresponding GPIO high or low.
