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