xref: /OK3568_Linux_fs/u-boot/drivers/power/dvfs/Kconfig (revision 4882a59341e53eb6f0b4789bf948001014eff981)
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 && USING_KERNEL_DTB
10	help
11	  This enable support wide temperature dvfs for rockchip platforms.
12