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