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