SUPERH platform development
 help / color / mirror / Atom feed
* [PATCH 01/02] ARM: shmobile: Drop DU deps to allow 64-bit build
@ 2015-02-19  1:08 Magnus Damm
  2015-02-19 11:03 ` Geert Uytterhoeven
  0 siblings, 1 reply; 2+ messages in thread
From: Magnus Damm @ 2015-02-19  1:08 UTC (permalink / raw)
  To: linux-sh

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(-)

--- 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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH 01/02] ARM: shmobile: Drop DU deps to allow 64-bit build
  2015-02-19  1:08 [PATCH 01/02] ARM: shmobile: Drop DU deps to allow 64-bit build Magnus Damm
@ 2015-02-19 11:03 ` Geert Uytterhoeven
  0 siblings, 0 replies; 2+ messages in thread
From: Geert Uytterhoeven @ 2015-02-19 11:03 UTC (permalink / raw)
  To: linux-sh

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-02-19 11:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-19  1:08 [PATCH 01/02] ARM: shmobile: Drop DU deps to allow 64-bit build Magnus Damm
2015-02-19 11:03 ` Geert Uytterhoeven

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox