xref: /linux/drivers/gpu/drm/nova/Kconfig (revision ba1b40ed0e34bab597fd90d4c4e9f7397f878c8f)
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	default n
9	help
10	  Choose this if you want to build the Nova DRM driver for Nvidia
11	  GSP-based GPUs.
12
13	  This driver is work in progress and may not be functional.
14
15	  If M is selected, the module will be called nova.
16