You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
566 B
25 lines
566 B
4 months ago
|
menuconfig SOCT_DVFS_SUPPORT
|
||
|
tristate "DVFS Support"
|
||
|
depends on (RESERVED13 || RESERVED9 || RESERVED19 || RESERVED17 || RESERVED5 || 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 (RESERVED13 || RESERVED9)
|
||
|
default y
|
||
|
|
||
|
endif
|