xref: /linux/drivers/gpu/nova-core/Kconfig (revision 50b3e0c7c82f32e6ac3ead30f0e0ba96d36a4ff6)
1config NOVA_CORE
2	tristate "Nova Core GPU driver"
3	depends on 64BIT
4	depends on PCI
5	depends on RUST
6	select AUXILIARY_BUS
7	select RUST_FW_LOADER_ABSTRACTIONS
8	default n
9	help
10	  Choose this if you want to build the Nova Core driver for Nvidia
11	  GPUs based on the GPU System Processor (GSP). This is true for Turing
12	  and later GPUs.
13
14	  This driver is work in progress and may not be functional.
15
16	  If M is selected, the module will be called nova_core.
17