Skip to content

Commit 7eadf50

Browse files
kmaincentdavem330
authored andcommitted
net: pse-pd: Kconfig: Fix missing firmware loader config select
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 <[email protected]> Closes: https://lore.kernel.org/oe-kbuild-all/[email protected]/ Fixes: 9a99384 ("net: pse-pd: Add PD692x0 PSE controller driver") Signed-off-by: Kory Maincent <[email protected]> Reviewed-by: Andrew Lunn <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent a95b031 commit 7eadf50

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/net/pse-pd/Kconfig

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ config PSE_REGULATOR
2323
config PSE_PD692X0
2424
tristate "PD692X0 PSE controller"
2525
depends on I2C
26+
select FW_LOADER
2627
select FW_UPLOAD
2728
help
2829
This module provides support for PD692x0 regulator based Ethernet

0 commit comments

Comments
 (0)