diff options
author | Patrik Jakobsson <patrik.r.jakobsson@gmail.com> | 2011-12-20 01:40:58 +0400 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2011-12-20 14:23:13 +0400 |
commit | 5c0c1d50d7ba7a678b7d6e2c4f2ff31edafb1067 (patch) | |
tree | 8136abb90b7a87dfe78271576387e810c396d78e /drivers/gpu/drm/gma500/Makefile | |
parent | 9c8cee471392258271bdf36361903d306a0c2dd6 (diff) | |
download | linux-5c0c1d50d7ba7a678b7d6e2c4f2ff31edafb1067.tar.xz |
gma500: Add support for Intel GMBUS
Before we integrate the new SDVO code we need GMBUS support
Signed-off-by: Patrik Jakobsson <patrik.r.jakobsson@gmail.com>
Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/gma500/Makefile')
-rw-r--r-- | drivers/gpu/drm/gma500/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/gma500/Makefile b/drivers/gpu/drm/gma500/Makefile index 613c74f33a1e..96658ec057e2 100644 --- a/drivers/gpu/drm/gma500/Makefile +++ b/drivers/gpu/drm/gma500/Makefile @@ -11,6 +11,7 @@ gma500_gfx-y += gem_glue.o \ gtt.o \ intel_bios.o \ intel_i2c.o \ + intel_gmbus.o \ intel_opregion.o \ mmu.o \ power.o \ |