diff options
author | 2018-11-23 08:51:14 +0100 | |
---|---|---|
committer | 2018-11-23 10:48:03 +0100 | |
commit | aabd7f6ad02a3c533fc7dbb549102b2c47887360 (patch) | |
tree | 34370eff7f869632fdb91f4a534ad5474b48c8a2 /board/orangepi | |
parent | 91887cf778081d31b408d8f527eb4bc24fdcb1d8 (diff) | |
download | buildroot-aabd7f6ad02a3c533fc7dbb549102b2c47887360.tar.gz buildroot-aabd7f6ad02a3c533fc7dbb549102b2c47887360.tar.bz2 |
orangepi_zero_defconfig: bump linux to 4.19.3, u-boot to 2018.11
4.18 brought cpufreq support for H3, but sunxi_defconfig does not enable the
ondemand cpufreq govenor so the frequency is dynamically adjusted - So
enable it in linux-extra.config.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Diffstat (limited to 'board/orangepi')
-rw-r--r-- | board/orangepi/orangepi-zero/linux-extras.config | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/board/orangepi/orangepi-zero/linux-extras.config b/board/orangepi/orangepi-zero/linux-extras.config index fe00af5ef7..2db241de28 100644 --- a/board/orangepi/orangepi-zero/linux-extras.config +++ b/board/orangepi/orangepi-zero/linux-extras.config @@ -15,3 +15,6 @@ CONFIG_CFG80211_WEXT=y # wireless drivers CONFIG_WLAN=y + +# ondemand cpufreq governor +CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND=y |