blob: cca6a3fea879b81c38dd7124942cf2aa09874efa (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
config DRM_NOVA
tristate "Nova DRM driver"
depends on DRM=y
depends on PCI
depends on RUST
select AUXILIARY_BUS
default n
help
Choose this if you want to build the Nova DRM driver for Nvidia
GSP-based GPUs.
This driver is work in progress and may not be functional.
If M is selected, the module will be called nova.
|