mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-02-03 11:47:42 +01:00
airoha: en7581: enable CPUFREQ_DT and CPU HOTPLUG kconfig
To correctly init the CPUFreq driver, CPUFREQ_DT is needed. While at it also enable CPU HOTPLUG kconfig to support hotplug of secondary CPU. Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
This commit is contained in:
parent
14bc87cf76
commit
2470ee42ae
1 changed files with 5 additions and 0 deletions
|
|
@ -64,6 +64,8 @@ CONFIG_COMPACT_UNEVICTABLE_DEFAULT=1
|
|||
# CONFIG_COMPRESSED_INSTALL is not set
|
||||
CONFIG_CONTEXT_TRACKING=y
|
||||
CONFIG_CONTEXT_TRACKING_IDLE=y
|
||||
CONFIG_CPUFREQ_DT=y
|
||||
CONFIG_CPUFREQ_DT_PLATDEV=y
|
||||
CONFIG_CPU_FREQ=y
|
||||
CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND=y
|
||||
# CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE is not set
|
||||
|
|
@ -168,6 +170,9 @@ CONFIG_HAS_DMA=y
|
|||
CONFIG_HAS_IOMEM=y
|
||||
CONFIG_HAS_IOPORT=y
|
||||
CONFIG_HAS_IOPORT_MAP=y
|
||||
CONFIG_HOTPLUG_CORE_SYNC=y
|
||||
CONFIG_HOTPLUG_CORE_SYNC_DEAD=y
|
||||
CONFIG_HOTPLUG_CPU=y
|
||||
CONFIG_HW_RANDOM=y
|
||||
CONFIG_HW_RANDOM_AIROHA=y
|
||||
# CONFIG_HISILICON_ERRATUM_162100801 is not set
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue