Re: [PATCH v7 8/8] PCC: Enable PCC only when needed
From: Rafael J. Wysocki <hidden>
Date: 2015-07-20 21:37:41
Also in:
linux-acpi
From: Rafael J. Wysocki <hidden>
Date: 2015-07-20 21:37:41
Also in:
linux-acpi
On Monday, July 20, 2015 03:22:37 PM Sudeep Holla wrote:
On 09/07/15 19:04, Ashwin Chaugule wrote:quoted
CPPC is the first client to make use of the PCC Mailbox channel. So enable it only when CPPC is also enabled.This sounds like a reverse dependency to me. So if there's some client unrelated to CPPC using PCC, CPPC_LIB needs to be selected to enable PCC ?
No. The other client will need to select PCC too. I requested that change, because I'm slightly bothered by the fact that we build code used by no one by default. Thanks, Rafael