diff options
author | Andy Gross <andy.gross@ti.com> | 2012-05-23 15:08:10 -0500 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2012-07-02 04:05:57 -0700 |
commit | e2fb50521c3811eddd60d911bc6d4d191f5d6e61 (patch) | |
tree | 32aed5a248041179d38b8ec9a619549382cac0e8 /arch/arm/mach-omap2/Makefile | |
parent | 6887a4131da3adaab011613776d865f4bcfb5678 (diff) |
omap2+: add drm device
Register OMAP DRM/KMS platform device. DMM is split into a
separate device using hwmod.
Signed-off-by: Andy Gross <andy.gross@ti.com>
Signed-off-by: Rob Clark <rob.clark@linaro.org>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/Makefile')
-rw-r--r-- | arch/arm/mach-omap2/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/Makefile b/arch/arm/mach-omap2/Makefile index fa742f3c262..a636cdc0887 100644 --- a/arch/arm/mach-omap2/Makefile +++ b/arch/arm/mach-omap2/Makefile @@ -189,6 +189,10 @@ endif # OMAP2420 MSDI controller integration support ("MMC") obj-$(CONFIG_SOC_OMAP2420) += msdi.o +ifneq ($(CONFIG_DRM_OMAP),) +obj-y += drm.o +endif + # Specific board support obj-$(CONFIG_MACH_OMAP_GENERIC) += board-generic.o obj-$(CONFIG_MACH_OMAP_H4) += board-h4.o |