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