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