Skip to content

Commit 552d6ba

Browse files
committed
Merge tag 'fpga-for-6.1-final' of git://git.kernel.org/pub/scm/linux/kernel/git/fpga/linux-fpga into work-linus
Xu writes: FPGA Manager changes for 6.1-final Intel m10 bmc secure update - Russ's change fixes Kconfig dependencies All patches have been reviewed on the mailing list, and have been in the last linux-next releases (as part of our for-6.1 branch) Signed-off-by: Xu Yilun <yilun.xu@intel.com> * tag 'fpga-for-6.1-final' of git://git.kernel.org/pub/scm/linux/kernel/git/fpga/linux-fpga: fpga: m10bmc-sec: Fix kconfig dependencies
2 parents eb70814 + dfd1033 commit 552d6ba

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

drivers/fpga/Kconfig

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,9 @@ config FPGA_MGR_VERSAL_FPGA
246246

247247
config FPGA_M10_BMC_SEC_UPDATE
248248
tristate "Intel MAX10 BMC Secure Update driver"
249-
depends on MFD_INTEL_M10_BMC && FW_UPLOAD
249+
depends on MFD_INTEL_M10_BMC
250+
select FW_LOADER
251+
select FW_UPLOAD
250252
help
251253
Secure update support for the Intel MAX10 board management
252254
controller.

0 commit comments

Comments
 (0)