From: Rob Clark <rob@xxxxxx> I was updating omapdrm to support ARCH_MULTIPLATFORM, and noticed that imx and exynos only required a Kconfig change, so I went ahead and updated them too. The shmobile driver didn't seem so straightforward due to backlight device stuff, so I skipped it. Having ARCH_MULTIPLATFORM support is quite convenient to be able to at least compile test the different ARM DRM devices without having to switch configs. Rob Clark (3): drm/omap: add support for ARCH_MULTIPLATFORM drm/exynos: add support for ARCH_MULTIPLATFORM drm/imx: add support for ARCH_MULTIPLATFORM arch/arm/mach-omap2/drm.c | 7 +++++++ drivers/gpu/drm/exynos/Kconfig | 2 +- drivers/staging/imx-drm/Kconfig | 2 +- drivers/staging/omapdrm/Kconfig | 2 +- drivers/staging/omapdrm/omap_dmm_tiler.h | 1 - drivers/staging/omapdrm/omap_drv.c | 6 +++++- drivers/staging/omapdrm/omap_drv.h | 2 ++ include/linux/platform_data/omap_drm.h | 1 + 8 files changed, 18 insertions(+), 5 deletions(-) -- 1.7.9.5 _______________________________________________ dri-devel mailing list dri-devel@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/dri-devel