xref: /rk3399_rockchip-uboot/drivers/power/dvfs/Kconfig (revision f05ce84792cbd2e5573a414010d421eb8fbb7689)
1config DM_DVFS
2	bool "Enable Driver Model for DVFS drivers (UCLASS_DVFS)"
3	depends on DM
4	---help---
5	This config enables the driver-model DVFS support.
6
7config ROCKCHIP_WTEMP_DVFS
8	bool "Enable rockchip wide temperature dvfs policy"
9	depends on DM_DVFS && ROCKCHIP_THERMAL
10	help
11	  This enable support wide temperature dvfs for rockchip platforms.
12