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