xref: /linux/drivers/gpu/nova-core/Kconfig (revision 4f9786035f9e519db41375818e1d0b5f20da2f10)
1config NOVA_CORE
2	tristate "Nova Core GPU driver"
3	depends on PCI
4	depends on RUST
5	depends on RUST_FW_LOADER_ABSTRACTIONS
6	default n
7	help
8	  Choose this if you want to build the Nova Core driver for Nvidia
9	  GPUs based on the GPU System Processor (GSP). This is true for Turing
10	  and later GPUs.
11
12	  This driver is work in progress and may not be functional.
13
14	  If M is selected, the module will be called nova_core.
15