diff options
-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 |