mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-03 16:07:51 +00:00
linux (RPi): Switch to upstream cpufreq driver for Pi 1
see https://github.com/raspberrypi/linux/pull/3815 Signed-off-by: Matthias Reichl <hias@horus.com>
This commit is contained in:
parent
e387eb6ea1
commit
1272e69d32
@ -410,9 +410,10 @@ CONFIG_CPU_FREQ_GOV_ONDEMAND=y
|
||||
#
|
||||
# CPU frequency scaling drivers
|
||||
#
|
||||
# CONFIG_CPUFREQ_DT is not set
|
||||
# CONFIG_ARM_RASPBERRYPI_CPUFREQ is not set
|
||||
CONFIG_ARM_BCM2835_CPUFREQ=y
|
||||
CONFIG_CPUFREQ_DT=y
|
||||
CONFIG_CPUFREQ_DT_PLATDEV=y
|
||||
CONFIG_ARM_RASPBERRYPI_CPUFREQ=y
|
||||
# CONFIG_ARM_BCM2835_CPUFREQ is not set
|
||||
# CONFIG_QORIQ_CPUFREQ is not set
|
||||
# end of CPU Frequency scaling
|
||||
|
||||
@ -2402,6 +2403,7 @@ CONFIG_THERMAL_GOV_STEP_WISE=y
|
||||
# CONFIG_THERMAL_GOV_USER_SPACE is not set
|
||||
# CONFIG_THERMAL_GOV_POWER_ALLOCATOR is not set
|
||||
# CONFIG_CPU_THERMAL is not set
|
||||
# CONFIG_CLOCK_THERMAL is not set
|
||||
# CONFIG_THERMAL_EMULATION is not set
|
||||
# CONFIG_THERMAL_MMIO is not set
|
||||
# CONFIG_QORIQ_THERMAL is not set
|
||||
@ -4521,6 +4523,7 @@ CONFIG_NVMEM_SYSFS=y
|
||||
|
||||
# CONFIG_FPGA is not set
|
||||
# CONFIG_FSI is not set
|
||||
CONFIG_PM_OPP=y
|
||||
# CONFIG_SIOX is not set
|
||||
# CONFIG_SLIMBUS is not set
|
||||
# CONFIG_INTERCONNECT is not set
|
||||
|
Loading…
x
Reference in New Issue
Block a user