# SPDX-License-Identifier: GPL-2.0-only
#
# Hobot SCMI Devfreq Drivers
#

comment "Hobot SCMI Devfreq Drivers"

config SCMI_DMCFREQ
	tristate "SCMI based devfreq driver for hobot dmc"
	depends on ARM_SCMI_PROTOCOL || COMPILE_TEST
	select PM_OPP
	default m
	help
	  This adds the devfreq driver support for ARM platforms using SCMI
	  protocol for device power management.

	  This driver uses SCMI Message Protocol driver to interact with the
	  firmware providing the device DVFS functionality.
