xref: /linux/drivers/firmware/microchip/Kconfig (revision 03c11eb3b16dc0058589751dfd91f254be2be613)
1# SPDX-License-Identifier: GPL-2.0-only
2
3config POLARFIRE_SOC_AUTO_UPDATE
4	tristate "Microchip PolarFire SoC AUTO UPDATE"
5	depends on POLARFIRE_SOC_SYS_CTRL
6	select FW_LOADER
7	select FW_UPLOAD
8	help
9	  Support for reprogramming PolarFire SoC from within Linux, using the
10	  Auto Upgrade feature of the system controller.
11
12	  If built as a module, it will be called mpfs-auto-update.
13