xref: /linux/drivers/gpu/nova-core/Kconfig (revision 16eea8d2d3c1d325b3b5f25c1e073874082aac74)
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	select AUXILIARY_BUS
7	default n
8	help
9	  Choose this if you want to build the Nova Core driver for Nvidia
10	  GPUs based on the GPU System Processor (GSP). This is true for Turing
11	  and later GPUs.
12
13	  This driver is work in progress and may not be functional.
14
15	  If M is selected, the module will be called nova_core.
16