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