13 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2 3config POLARFIRE_SOC_AUTO_UPDATE4 tristate "Microchip PolarFire SoC AUTO UPDATE"5 depends on POLARFIRE_SOC_SYS_CTRL6 select FW_LOADER7 select FW_UPLOAD8 help9 Support for reprogramming PolarFire SoC from within Linux, using the10 Auto Upgrade feature of the system controller.11 12 If built as a module, it will be called mpfs-auto-update.13