Sfoglia il codice sorgente

gma500: Now connect up to the DRM build to finish the job

Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
Alan Cox 13 anni fa
parent
commit
91c7549211
2 ha cambiato i file con 4 aggiunte e 0 eliminazioni
  1. 3 0
      drivers/gpu/drm/Kconfig
  2. 1 0
      drivers/gpu/drm/Makefile

+ 3 - 0
drivers/gpu/drm/Kconfig

@@ -162,3 +162,6 @@ config DRM_SAVAGE
 source "drivers/gpu/drm/exynos/Kconfig"
 
 source "drivers/gpu/drm/vmwgfx/Kconfig"
+
+source "drivers/gpu/drm/gma500/Kconfig"
+

+ 1 - 0
drivers/gpu/drm/Makefile

@@ -36,4 +36,5 @@ obj-$(CONFIG_DRM_VMWGFX)+= vmwgfx/
 obj-$(CONFIG_DRM_VIA)	+=via/
 obj-$(CONFIG_DRM_NOUVEAU) +=nouveau/
 obj-$(CONFIG_DRM_EXYNOS) +=exynos/
+obj-$(CONFIG_DRM_GMA500) += gma500/
 obj-y			+= i2c/