drivers/gpu/drm/imx/dcss/Kconfig

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

File Facts

System
Linux kernel
Corpus path
drivers/gpu/drm/imx/dcss/Kconfig
Extension
[no extension]
Size
431 bytes
Lines
14
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_IMX_DCSS
	tristate "i.MX8MQ DCSS"
	select IMX_IRQSTEER
	select DRM_CLIENT_SELECTION
	select DRM_KMS_HELPER
	select DRM_DISPLAY_HELPER
	select DRM_BRIDGE_CONNECTOR
	select DRM_GEM_DMA_HELPER
	select VIDEOMODE_HELPERS
	depends on DRM && ((ARCH_MXC && ARM64) || COMPILE_TEST)
	help
	  Choose this if you have a NXP i.MX8MQ based system and want to use the
	  Display Controller Subsystem. This option enables DCSS support.

Annotation

Implementation Notes