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