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

From: Luis Chamberlain
Date: Wed Nov 13 2019 - 18:16:07 EST


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