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