diff options
Diffstat (limited to 'drivers/gpu/drm/nova/Kconfig')
| -rw-r--r-- | drivers/gpu/drm/nova/Kconfig | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/drivers/gpu/drm/nova/Kconfig b/drivers/gpu/drm/nova/Kconfig new file mode 100644 index 000000000000..3e637ad7b5ba --- /dev/null +++ b/drivers/gpu/drm/nova/Kconfig @@ -0,0 +1,16 @@ +config DRM_NOVA + tristate "Nova DRM driver" + depends on 64BIT + depends on DRM=y + depends on PCI + depends on RUST + select AUXILIARY_BUS + select NOVA_CORE + 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. |
