summaryrefslogtreecommitdiff
path: root/drivers/soc/microchip/Kconfig
diff options
context:
space:
mode:
authorConor Dooley <conor.dooley@microchip.com>2023-10-20 14:18:40 +0100
committerConor Dooley <conor.dooley@microchip.com>2023-12-06 12:06:18 +0000
commit742aa6c563d29c367edbf0ef7236a7a853ed9be4 (patch)
tree27d34bd5c6ee9c581a6aa527386e1928acaa2a04 /drivers/soc/microchip/Kconfig
parent98d62e97c39f9b54143d504290481bed96b9bab2 (diff)
soc: microchip: mpfs: enable access to the system controller's flash
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>
Diffstat (limited to 'drivers/soc/microchip/Kconfig')
-rw-r--r--drivers/soc/microchip/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/soc/microchip/Kconfig b/drivers/soc/microchip/Kconfig
index eb656b33156b..9b0fdd95276e 100644
--- a/drivers/soc/microchip/Kconfig
+++ b/drivers/soc/microchip/Kconfig
@@ -1,6 +1,7 @@
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.