Re: [PATCH v2] firmware_class: make firmware caching configurable

From: Mark Salyzyn
Date: Wed Nov 13 2019 - 19:16:45 EST


On 11/13/19 3:16 PM, Luis Chamberlain wrote:
On Wed, Nov 13, 2019 at 02:54:26PM -0800, Mark Salyzyn wrote:
+config FW_CACHE
+ bool "Enable firmware caching during suspend"
+ depends on PM_SLEEP
+ default y if PM_SLEEP
I think the default y would suffice given you have depends on PM_SLEEP,
however this also works. So, again:

Acked-by: Luis Chamberlain <mcgrof@xxxxxxxxxx>

Luis

Worried about setting FW_CACHE w/o PM_SLEEP, this enforces it.

--Mark