menuconfig SOCT_DVFS_SUPPORT
	tristate "DVFS Support"
	depends on (WUDANGSTICK || SHAOLINGUN || SHAOLINSWORD || SHAOLINKNIVE || SHAOLINAXE || HI3751V811)
	default y if SOCT_DRV_BUILDIN
	default m

if SOCT_DVFS_SUPPORT

config SOCT_CPU_DVFS_SUPPORT
	bool "CPU DVFS Support"
	default y
	help
		If this option is 'y', the Dynamic Voltage & Frequency Scaling of CPU will be supported.

config SOCT_TEMP_CTRL_SUPPORT
	bool "Temperature Ctrl Support"
	default y

config SOCT_CPU_HOTPLUG_SUPPORT
	bool "CPU Hotplug Support"
	depends on (WUDANGSTICK || SHAOLINGUN)
	default y

config SOCT_CPU_MARKER_SUPPORT
	bool "CPU Marker Support"
	depends on (WUDANGSTICK)
	default y
endif
