xref: /linux/drivers/firmware/microchip/Kconfig (revision 01a9664e0d9f8f8d5c0c7c33be2aae1284c2fc05)
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