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 | |
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
-rw-r--r-- | drivers/Kconfig | 3 | ||||
-rw-r--r-- | drivers/gpu/drm/Kconfig | 9 |
2 files changed, 12 insertions, 0 deletions
diff --git a/drivers/Kconfig b/drivers/Kconfig index 33ec0327..af9f2d8e 100644 --- a/drivers/Kconfig +++ b/drivers/Kconfig @@ -131,6 +131,7 @@ source "drivers/clk/Kconfig" source "drivers/hwspinlock/Kconfig" source "drivers/clocksource/Kconfig" + source "drivers/mtk_wcn_combo/Kconfig" source "drivers/iommu/Kconfig" @@ -147,4 +148,6 @@ source "drivers/mt5931/Kconfig" source "drivers/mtk_wcn_bt/Kconfig" +source "drivers/gpu/mali/Kconfig" + endmenu 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 |