drivers/gpu/drm/nova/Kconfig

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

File Facts

System
Linux kernel
Corpus path
drivers/gpu/drm/nova/Kconfig
Extension
[no extension]
Size
405 bytes
Lines
18
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_NOVA
	tristate "Nova DRM driver"
	depends on 64BIT
	depends on DRM=y
	depends on PCI
	depends on RUST
	depends on !CPU_BIG_ENDIAN
	select AUXILIARY_BUS
	select NOVA_CORE
	default n
	help
	  Choose this if you want to build the Nova DRM driver for Nvidia
	  GSP-based GPUs.

	  This driver is work in progress and may not be functional.

	  If M is selected, the module will be called nova-drm.

Annotation

Implementation Notes