drivers/firmware/microchip/Kconfig

Source file repositories/reference/linux-study-clean/drivers/firmware/microchip/Kconfig

File Facts

System
Linux kernel
Corpus path
drivers/firmware/microchip/Kconfig
Extension
[no extension]
Size
383 bytes
Lines
13
Domain
Driver Families
Bucket
drivers/firmware
Inferred role
Driver Families: build/configuration rule
Status
atlas-only

Why This File Exists

Repeatable hardware-adapter layer. Deep compatibility for every driver is out of scope; this atlas records patterns, probe lifecycles, bus glue, IRQ/DMA usage, and links back to core abstractions.

Dependency Surface

Detected Declarations

Annotated Snippet

# 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.

Annotation

Implementation Notes