Re: [PATCH net] net: pse-pd: Kconfig: Fix missing firmware loader config select

From: Andrew Lunn
Date: Thu Jun 20 2024 - 10:27:23 EST


On Thu, Jun 20, 2024 at 11:57:50AM +0200, Kory Maincent wrote:
> Selecting FW_UPLOAD is not sufficient as it allows the firmware loader
> API to be built as a module alongside the pd692x0 driver built as builtin.
> Add select FW_LOADER to fix this issue.
>
> Reported-by: kernel test robot <lkp@xxxxxxxxx>
> Closes: https://lore.kernel.org/oe-kbuild-all/202406200632.hSChnX0g-lkp@xxxxxxxxx/
> Fixes: 9a9938451890 ("net: pse-pd: Add PD692x0 PSE controller driver")
> Signed-off-by: Kory Maincent <kory.maincent@xxxxxxxxxxx>

Reviewed-by: Andrew Lunn <andrew@xxxxxxx>

Andrew