aabd7f6ad0
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>
21 lines
312 B
Plaintext
21 lines
312 B
Plaintext
# spidev
|
|
CONFIG_SPI_SPIDEV=y
|
|
|
|
# spi nor
|
|
CONFIG_MTD=y
|
|
CONFIG_MTD_OF_PARTS=y
|
|
CONFIG_MTD_SPI_NOR=y
|
|
CONFIG_MTD_M25P80=y
|
|
|
|
# wireless core
|
|
CONFIG_WIRELESS=y
|
|
CONFIG_CFG80211=y
|
|
CONFIG_MAC80211=y
|
|
CONFIG_CFG80211_WEXT=y
|
|
|
|
# wireless drivers
|
|
CONFIG_WLAN=y
|
|
|
|
# ondemand cpufreq governor
|
|
CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND=y
|