xref: /linux/drivers/gpu/drm/nova/Kconfig (revision 9a3c2f8a4f84960a48c056d0da88de3d09e6d622)
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