aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2022-11-22 18:16:40 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2022-11-22 18:16:40 +0100
commit552d6ba290497f6a2860b56b94dc6a25f9820440 (patch)
tree342051ab6bd3427568a5d416129d2f8f5d64b4f6 /drivers
parenteb7081409f94a9a8608593d0fb63a1aa3d6f95d8 (diff)
parentdfd10332596ef11ceafd29c4e21b4117be423fc4 (diff)
downloadlinux-552d6ba290497f6a2860b56b94dc6a25f9820440.tar.gz
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
Diffstat (limited to 'drivers')
-rw-r--r--drivers/fpga/Kconfig4
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/fpga/Kconfig b/drivers/fpga/Kconfig
index 6c416955da53..bbe0a7cabb75 100644
--- a/drivers/fpga/Kconfig
+++ b/drivers/fpga/Kconfig
@@ -246,7 +246,9 @@ config FPGA_MGR_VERSAL_FPGA
config FPGA_M10_BMC_SEC_UPDATE
tristate "Intel MAX10 BMC Secure Update driver"
- depends on MFD_INTEL_M10_BMC && FW_UPLOAD
+ depends on MFD_INTEL_M10_BMC
+ select FW_LOADER
+ select FW_UPLOAD
help
Secure update support for the Intel MAX10 board management
controller.