diff options
Diffstat (limited to 'drivers/gpu/drm')
-rw-r--r-- | drivers/gpu/drm/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/gpu/drm/Kconfig b/drivers/gpu/drm/Kconfig index e354bc0b..c43ab54d 100644 --- a/drivers/gpu/drm/Kconfig +++ b/drivers/gpu/drm/Kconfig @@ -172,6 +172,15 @@ config DRM_VIA Choose this option if you have a Via unichrome or compatible video chipset. If M is selected the module will be called via. +config DRM_MALI + tristate "Mali DRM support" + depends on DRM + depends on MALI + help + Choose this option if you have a Mali 200 or Mali 400 gpu + If M is selected the module will be called mali_drm. + + config DRM_SAVAGE tristate "Savage video cards" depends on DRM && PCI |