drivers/gpu/drm/logicvc/Kconfig

Source file repositories/reference/linux-study-clean/drivers/gpu/drm/logicvc/Kconfig

File Facts

System
Linux kernel
Corpus path
drivers/gpu/drm/logicvc/Kconfig
Extension
[no extension]
Size
311 bytes
Lines
13
Domain
Driver Families
Bucket
drivers/gpu
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 DRM_LOGICVC
	tristate "LogiCVC DRM"
	depends on DRM
	depends on OF || COMPILE_TEST
	select DRM_CLIENT_SELECTION
	select DRM_KMS_HELPER
	select DRM_KMS_DMA_HELPER
	select DRM_GEM_DMA_HELPER
	select REGMAP
	select REGMAP_MMIO
	help
	  DRM display driver for the logiCVC programmable logic block from Xylon

Annotation

Implementation Notes