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