Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1581044
| From | Viresh Kumar <viresh.kumar@linaro.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] cpufreq: cppc: add ACPI_PROCESSOR dependency |
| Date | 2017-02-15 05:00 +0100 |
| Message-ID | <taYV3-2vE-5@gated-at.bofh.it> (permalink) |
| References | <taSFX-6Yz-1@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On 14-02-17, 22:19, Arnd Bergmann wrote:
> Without the Kconfig dependency, we can get this warning:
>
> warning: ACPI_CPPC_CPUFREQ selects ACPI_CPPC_LIB which has unmet direct dependencies (ACPI && ACPI_PROCESSOR)
>
> Fixes: 5477fb3bd1e8 ("ACPI / CPPC: Add a CPUFreq driver for use with CPPC")
> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
> ---
> drivers/cpufreq/Kconfig.arm | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/cpufreq/Kconfig.arm b/drivers/cpufreq/Kconfig.arm
> index 6d87742fc5aa..74fa5c5904d3 100644
> --- a/drivers/cpufreq/Kconfig.arm
> +++ b/drivers/cpufreq/Kconfig.arm
> @@ -268,7 +268,7 @@ config ARM_PXA2xx_CPUFREQ
>
> config ACPI_CPPC_CPUFREQ
> tristate "CPUFreq driver based on the ACPI CPPC spec"
> - depends on ACPI
> + depends on ACPI_PROCESSOR
> select ACPI_CPPC_LIB
> default n
> help
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
--
viresh
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH] cpufreq: cppc: add ACPI_PROCESSOR dependency Arnd Bergmann <arnd@arndb.de> - 2017-02-14 22:20 +0100 Re: [PATCH] cpufreq: cppc: add ACPI_PROCESSOR dependency Viresh Kumar <viresh.kumar@linaro.org> - 2017-02-15 05:00 +0100
csiph-web