blob: 434b923e08c24020be53b8ed7e933e346fd47ba9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# SPDX-License-Identifier: GPL-2.0-only
config POLARFIRE_SOC_AUTO_UPDATE
tristate "Microchip PolarFire SoC AUTO UPDATE"
depends on POLARFIRE_SOC_SYS_CTRL
select FW_LOADER
select FW_UPLOAD
help
Support for reprogramming PolarFire SoC from within Linux, using the
Auto Upgrade feature of the system controller.
If built as a module, it will be called mpfs-auto-update.
|