drivers/interconnect/imx/Kconfig

Source file repositories/reference/linux-study-clean/drivers/interconnect/imx/Kconfig

File Facts

System
Linux kernel
Corpus path
drivers/interconnect/imx/Kconfig
Extension
[no extension]
Size
539 bytes
Lines
22
Domain
Driver Families
Bucket
drivers/interconnect
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

config INTERCONNECT_IMX
	tristate "i.MX interconnect drivers"
	depends on ARCH_MXC || COMPILE_TEST
	help
	  Generic interconnect drivers for i.MX SOCs

config INTERCONNECT_IMX8MM
	tristate "i.MX8MM interconnect driver"
	depends on INTERCONNECT_IMX

config INTERCONNECT_IMX8MN
	tristate "i.MX8MN interconnect driver"
	depends on INTERCONNECT_IMX

config INTERCONNECT_IMX8MQ
	tristate "i.MX8MQ interconnect driver"
	depends on INTERCONNECT_IMX

config INTERCONNECT_IMX8MP
	tristate "i.MX8MP interconnect driver"
	depends on INTERCONNECT_IMX

Annotation

Implementation Notes