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