diff options
author | Srikant Patnaik | 2015-01-11 21:08:30 +0530 |
---|---|---|
committer | Srikant Patnaik | 2015-01-11 21:08:30 +0530 |
commit | b06c2aa34716af5b69a69c13c3d283b084d91362 (patch) | |
tree | 65b69d85037b5281f7e224f37bb57472eb975424 /drivers/gpu/drm/Kconfig | |
parent | e165a0040843cc77d1b454c9a1c71ca4f889da5a (diff) | |
download | FOSSEE-netbook-kernel-source-b06c2aa34716af5b69a69c13c3d283b084d91362.tar.gz FOSSEE-netbook-kernel-source-b06c2aa34716af5b69a69c13c3d283b084d91362.tar.bz2 FOSSEE-netbook-kernel-source-b06c2aa34716af5b69a69c13c3d283b084d91362.zip |
changes in files to show mali_drm in menuconfig
Diffstat (limited to 'drivers/gpu/drm/Kconfig')
-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 |