Loading arch/arm64/Kconfig +13 −0 Original line number Diff line number Diff line Loading @@ -100,6 +100,13 @@ config IOMMU_HELPER config KERNEL_MODE_NEON def_bool y config ARCH_HAS_CPUFREQ bool help Internal node to signify that the ARCH has CPUFREQ support and that the relevant menu configurations are displayed for it. source "init/Kconfig" source "kernel/Kconfig.freezer" Loading @@ -125,6 +132,8 @@ config ARCH_MSM select MSM_IRQ select PINCTRL select SOC_BUS select ARCH_HAS_CPUFREQ select CPU_FREQ_MSM help This enables support for the ARMv8 based Qualcomm chipsets. Loading Loading @@ -319,6 +328,10 @@ endmenu menu "CPU Power Management" if ARCH_HAS_CPUFREQ source "drivers/cpufreq/Kconfig" endif source "drivers/cpuidle/Kconfig" endmenu Loading Loading
arch/arm64/Kconfig +13 −0 Original line number Diff line number Diff line Loading @@ -100,6 +100,13 @@ config IOMMU_HELPER config KERNEL_MODE_NEON def_bool y config ARCH_HAS_CPUFREQ bool help Internal node to signify that the ARCH has CPUFREQ support and that the relevant menu configurations are displayed for it. source "init/Kconfig" source "kernel/Kconfig.freezer" Loading @@ -125,6 +132,8 @@ config ARCH_MSM select MSM_IRQ select PINCTRL select SOC_BUS select ARCH_HAS_CPUFREQ select CPU_FREQ_MSM help This enables support for the ARMv8 based Qualcomm chipsets. Loading Loading @@ -319,6 +328,10 @@ endmenu menu "CPU Power Management" if ARCH_HAS_CPUFREQ source "drivers/cpufreq/Kconfig" endif source "drivers/cpuidle/Kconfig" endmenu Loading