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