Kconfig.arm (5f675231e456cb599b283f8361f01cf34b0617df) | Kconfig.arm (2849dd8bc72b62a315854863c84c523176bd55ce) |
---|---|
1# 2# ARM CPU Frequency scaling drivers 3# 4 5config ACPI_CPPC_CPUFREQ 6 tristate "CPUFreq driver based on the ACPI CPPC spec" 7 depends on ACPI_PROCESSOR 8 select ACPI_CPPC_LIB --- 100 unchanged lines hidden (view full) --- 109 depends on QCOM_QFPROM 110 depends on QCOM_SMEM 111 select PM_OPP 112 help 113 This adds the CPUFreq driver for Qualcomm Kryo SoC based boards. 114 115 If in doubt, say N. 116 | 1# 2# ARM CPU Frequency scaling drivers 3# 4 5config ACPI_CPPC_CPUFREQ 6 tristate "CPUFreq driver based on the ACPI CPPC spec" 7 depends on ACPI_PROCESSOR 8 select ACPI_CPPC_LIB --- 100 unchanged lines hidden (view full) --- 109 depends on QCOM_QFPROM 110 depends on QCOM_SMEM 111 select PM_OPP 112 help 113 This adds the CPUFreq driver for Qualcomm Kryo SoC based boards. 114 115 If in doubt, say N. 116 |
117config ARM_QCOM_CPUFREQ_HW 118 tristate "QCOM CPUFreq HW driver" 119 depends on ARCH_QCOM || COMPILE_TEST 120 help 121 Support for the CPUFreq HW driver. 122 Some QCOM chipsets have a HW engine to offload the steps 123 necessary for changing the frequency of the CPUs. Firmware loaded 124 in this engine exposes a programming interface to the OS. 125 The driver implements the cpufreq interface for this HW engine. 126 Say Y if you want to support CPUFreq HW. 127 |
|
117config ARM_S3C_CPUFREQ 118 bool 119 help 120 Internal configuration node for common cpufreq on Samsung SoC 121 122config ARM_S3C24XX_CPUFREQ 123 bool "CPUfreq driver for Samsung S3C24XX series CPUs (EXPERIMENTAL)" 124 depends on ARCH_S3C24XX --- 169 unchanged lines hidden --- | 128config ARM_S3C_CPUFREQ 129 bool 130 help 131 Internal configuration node for common cpufreq on Samsung SoC 132 133config ARM_S3C24XX_CPUFREQ 134 bool "CPUfreq driver for Samsung S3C24XX series CPUs (EXPERIMENTAL)" 135 depends on ARCH_S3C24XX --- 169 unchanged lines hidden --- |