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