91887cf778
4.18 brought cpufreq support for H3, but sunxi_defconfig does not enable the driver for the sy8106a regulator used on the board or enable the ondemand cpufreq govenor so the frequency is dynamically adjusted - So enable these in linux.fragment. Signed-off-by: Peter Korsgaard <peter@korsgaard.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
6 lines
148 B
Plaintext
6 lines
148 B
Plaintext
CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND=y
|
|
CONFIG_REGULATOR_SY8106A=y
|
|
CONFIG_DRM_SUN8I_DW_HDMI=y
|
|
CONFIG_SUN8I_DE2_CCU=y
|
|
CONFIG_SND_SUN8I_CODEC_ANALOG=y
|