Loading arch/arm/mach-msm/Kconfig +0 −9 Original line number Diff line number Diff line Loading @@ -688,15 +688,6 @@ config MSM_DEVFREQ_CPUBW agnostic interface to so that some of the devfreq governors can be shared across SoCs. config MSM_AVS_HW bool "Enable Adaptive Voltage Scaling (AVS)" default n help Enable AVS hardware to fine tune voltage at each frequency. The AVS hardware blocks associated with each Qualcomm ARMv7 cores can fine tune the voltages based on the feedback from the ring oscillators. config RTAC bool "MSM8K real-time audio calibration support" default y Loading arch/arm/mach-msm/Makefile +0 −2 Original line number Diff line number Diff line Loading @@ -16,8 +16,6 @@ obj-$(CONFIG_DEBUG_FS) += perf_debug.o obj-$(CONFIG_SMP) += headsmp.o platsmp.o obj-$(CONFIG_HOTPLUG_CPU) += hotplug.o obj-$(CONFIG_MSM_AVS_HW) += avs.o obj-$(CONFIG_MSM_SCM) += scm-boot.o obj-$(CONFIG_MSM_XPU_ERR_FATAL) += scm-xpu.o obj-$(CONFIG_MSM_TEST_QMI_CLIENT) += kernel_test_service_v01.o test_qmi_client.o Loading drivers/power/avs/Kconfig +9 −0 Original line number Diff line number Diff line Loading @@ -10,3 +10,12 @@ menuconfig POWER_AVS AVS is also called SmartReflex on OMAP devices. Say Y here to enable Adaptive Voltage Scaling class support. config POWER_AVS_MSM bool "Enable Adaptive Voltage Scaling (AVS) for QCOM chipsets" default n help Enable AVS hardware to fine tune voltage at each frequency. The AVS hardware blocks associated with each Qualcomm ARMv7 cores can fine tune the voltages based on the feedback from the ring oscillators. drivers/power/avs/Makefile +1 −0 Original line number Diff line number Diff line obj-$(CONFIG_POWER_AVS_OMAP) += smartreflex.o obj-$(CONFIG_POWER_AVS_MSM) += qcom-avs.o arch/arm/mach-msm/avs.c→drivers/power/avs/avs.c +0 −0 File moved. View file Loading
arch/arm/mach-msm/Kconfig +0 −9 Original line number Diff line number Diff line Loading @@ -688,15 +688,6 @@ config MSM_DEVFREQ_CPUBW agnostic interface to so that some of the devfreq governors can be shared across SoCs. config MSM_AVS_HW bool "Enable Adaptive Voltage Scaling (AVS)" default n help Enable AVS hardware to fine tune voltage at each frequency. The AVS hardware blocks associated with each Qualcomm ARMv7 cores can fine tune the voltages based on the feedback from the ring oscillators. config RTAC bool "MSM8K real-time audio calibration support" default y Loading
arch/arm/mach-msm/Makefile +0 −2 Original line number Diff line number Diff line Loading @@ -16,8 +16,6 @@ obj-$(CONFIG_DEBUG_FS) += perf_debug.o obj-$(CONFIG_SMP) += headsmp.o platsmp.o obj-$(CONFIG_HOTPLUG_CPU) += hotplug.o obj-$(CONFIG_MSM_AVS_HW) += avs.o obj-$(CONFIG_MSM_SCM) += scm-boot.o obj-$(CONFIG_MSM_XPU_ERR_FATAL) += scm-xpu.o obj-$(CONFIG_MSM_TEST_QMI_CLIENT) += kernel_test_service_v01.o test_qmi_client.o Loading
drivers/power/avs/Kconfig +9 −0 Original line number Diff line number Diff line Loading @@ -10,3 +10,12 @@ menuconfig POWER_AVS AVS is also called SmartReflex on OMAP devices. Say Y here to enable Adaptive Voltage Scaling class support. config POWER_AVS_MSM bool "Enable Adaptive Voltage Scaling (AVS) for QCOM chipsets" default n help Enable AVS hardware to fine tune voltage at each frequency. The AVS hardware blocks associated with each Qualcomm ARMv7 cores can fine tune the voltages based on the feedback from the ring oscillators.
drivers/power/avs/Makefile +1 −0 Original line number Diff line number Diff line obj-$(CONFIG_POWER_AVS_OMAP) += smartreflex.o obj-$(CONFIG_POWER_AVS_MSM) += qcom-avs.o