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