Message ID | 20150219010825.1660.31402.sendpatchset@little-apple (mailing list archive) |
---|---|
State | Not Applicable |
Headers | show |
Hi Magnus, On Thu, Feb 19, 2015 at 2:08 AM, Magnus Damm <magnus.damm@gmail.com> wrote: > --- 0001/drivers/gpu/drm/rcar-du/Kconfig > +++ work/drivers/gpu/drm/rcar-du/Kconfig 2015-02-19 05:59:44.585533280 +0900 > @@ -1,7 +1,6 @@ > config DRM_RCAR_DU > tristate "DRM Support for R-Car Display Unit" > - depends on DRM && ARM If it already builds fine on other architectures, you can just drop the dependency on ARM above? After that, people can enable COMPILE_TEST to get access to this driver. > - depends on ARCH_SHMOBILE || COMPILE_TEST > + depends on DRM > select DRM_KMS_HELPER > select DRM_KMS_CMA_HELPER > select DRM_GEM_CMA_HELPER Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds -- To unsubscribe from this list: send the line "unsubscribe linux-sh" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
--- 0001/drivers/gpu/drm/rcar-du/Kconfig +++ work/drivers/gpu/drm/rcar-du/Kconfig 2015-02-19 05:59:44.585533280 +0900 @@ -1,7 +1,6 @@ config DRM_RCAR_DU tristate "DRM Support for R-Car Display Unit" - depends on DRM && ARM - depends on ARCH_SHMOBILE || COMPILE_TEST + depends on DRM select DRM_KMS_HELPER select DRM_KMS_CMA_HELPER select DRM_GEM_CMA_HELPER
From: Magnus Damm <damm+renesas@opensource.se> Allow building the DU driver on any architecture. Not for upstream merge. Not-yet-Signed-off-by: Magnus Damm <damm+renesas@opensource.se> --- drivers/gpu/drm/rcar-du/Kconfig | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-sh" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html