- introduce can_cpufreq to control the cpu frequency

Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
svenhoefer
2020-08-30 22:46:26 +02:00
committed by Thilo Graf
parent 65aee42473
commit ecb34f1cd1
9 changed files with 20 additions and 0 deletions

View File

@@ -15,6 +15,7 @@ static hw_caps_t caps = {
.has_SCART_input = 1,
.has_HDMI = 0,
.has_YUV_cinch = 0,
.can_cpufreq = 1, /* see "elegant" hack in pwrmngr.cpp */
.can_shutdown = 0,
.can_cec = 0,
.display_type = HW_DISPLAY_GFX,