xref: /linux/drivers/gpu/nova-core/Kconfig (revision c3f22262670da259d7cf1fda199d8f06f1d6ff6d)
1config NOVA_CORE
2	tristate "Nova Core GPU driver"
3	depends on AUXILIARY_BUS
4	depends on PCI
5	depends on RUST
6	depends on RUST_FW_LOADER_ABSTRACTIONS
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