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