xref: /linux/drivers/gpu/drm/nova/Kconfig (revision e54ad0cd3673c93cdafda58505eaa81610fe3aef)
1config DRM_NOVA
2	tristate "Nova DRM driver"
3	depends on 64BIT
4	depends on DRM=y
5	depends on PCI
6	depends on RUST
7	select AUXILIARY_BUS
8	select NOVA_CORE
9	default n
10	help
11	  Choose this if you want to build the Nova DRM driver for Nvidia
12	  GSP-based GPUs.
13
14	  This driver is work in progress and may not be functional.
15
16	  If M is selected, the module will be called nova.
17