Re: [PATCH 2/2] firmware: scpi: add CONFIG_OF dependency
From: Sudeep Holla
Date: Wed Jul 06 2016 - 09:17:25 EST
Hi Arnd,
On 06/07/16 13:49, Arnd Bergmann wrote:
We get a harmless warning if the ARM_SCPI_POWER_DOMAIN driver is enabled
without CONFIG_OF during compile testing:
warning: (ARM_SCPI_POWER_DOMAIN) selects PM_GENERIC_DOMAINS_OF which has unmet direct dependencies (PM_GENERIC_DOMAINS && OF)
There is no need to select PM_GENERIC_DOMAINS_OF if OF is set, so we can
replace the 'select' with a dependency.
Thanks for spotting this and fixing. Do you plan to take this directly ?
If so,
Acked-by: Sudeep Holla <sudeep.holla@xxxxxxx>
--
Regards,
Sudeep