The system controller has a flash that contains images used to reprogram the FPGA using IAP (In-Application Programming). Introduce a function that allows a driver with a reference to the system controller to get one to a flash device attached to it. Signed-off-by: Conor Dooley <conor.dooley@microchip.com>
12 lines
327 B
Plaintext
12 lines
327 B
Plaintext
config POLARFIRE_SOC_SYS_CTRL
|
|
tristate "POLARFIRE_SOC_SYS_CTRL"
|
|
depends on POLARFIRE_SOC_MAILBOX
|
|
depends on MTD
|
|
help
|
|
This driver adds support for the PolarFire SoC (MPFS) system controller.
|
|
|
|
To compile this driver as a module, choose M here. the
|
|
module will be called mpfs_system_controller.
|
|
|
|
If unsure, say N.
|