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