All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm/msm: drop ARCH_MSM Kconfig depend
@ 2014-02-11 20:21 ` Kumar Gala
  0 siblings, 0 replies; 5+ messages in thread
From: Kumar Gala @ 2014-02-11 20:21 UTC (permalink / raw)
  To: David Airlie, Rob Clark
  Cc: Kumar Gala, dri-devel, linux-kernel, linux-arm-msm,
	linux-arm-kernel

The ARCH_MSM depend is redundant with ARCH_MSM8960, so we can remove it.
Additionally, we are splitting Qualcomm MSM support into legacy (ARCH_MSM)
and multiplatform (ARCH_QCOM).  The MSM8960 with be ARCH_QCOM going forward
so dropping ARCH_MSM will work properly for the new ARCH_QCOM multiplatform
build.

Signed-off-by: Kumar Gala <galak@codeaurora.org>
---
David/Rob,

If you can ack this I'll send it via linux-qcom/arm-soc tree's

thanks

- k
 drivers/gpu/drm/msm/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/msm/Kconfig b/drivers/gpu/drm/msm/Kconfig
index c69d1e0..b698497 100644
--- a/drivers/gpu/drm/msm/Kconfig
+++ b/drivers/gpu/drm/msm/Kconfig
@@ -3,7 +3,7 @@ config DRM_MSM
 	tristate "MSM DRM"
 	depends on DRM
 	depends on MSM_IOMMU
-	depends on (ARCH_MSM && ARCH_MSM8960) || (ARM && COMPILE_TEST)
+	depends on ARCH_MSM8960 || (ARM && COMPILE_TEST)
 	select DRM_KMS_HELPER
 	select SHMEM
 	select TMPFS
-- 
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
hosted by The Linux Foundation

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

* [PATCH] drm/msm: drop ARCH_MSM Kconfig depend
@ 2014-02-11 20:21 ` Kumar Gala
  0 siblings, 0 replies; 5+ messages in thread
From: Kumar Gala @ 2014-02-11 20:21 UTC (permalink / raw)
  To: linux-arm-kernel

The ARCH_MSM depend is redundant with ARCH_MSM8960, so we can remove it.
Additionally, we are splitting Qualcomm MSM support into legacy (ARCH_MSM)
and multiplatform (ARCH_QCOM).  The MSM8960 with be ARCH_QCOM going forward
so dropping ARCH_MSM will work properly for the new ARCH_QCOM multiplatform
build.

Signed-off-by: Kumar Gala <galak@codeaurora.org>
---
David/Rob,

If you can ack this I'll send it via linux-qcom/arm-soc tree's

thanks

- k
 drivers/gpu/drm/msm/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/msm/Kconfig b/drivers/gpu/drm/msm/Kconfig
index c69d1e0..b698497 100644
--- a/drivers/gpu/drm/msm/Kconfig
+++ b/drivers/gpu/drm/msm/Kconfig
@@ -3,7 +3,7 @@ config DRM_MSM
 	tristate "MSM DRM"
 	depends on DRM
 	depends on MSM_IOMMU
-	depends on (ARCH_MSM && ARCH_MSM8960) || (ARM && COMPILE_TEST)
+	depends on ARCH_MSM8960 || (ARM && COMPILE_TEST)
 	select DRM_KMS_HELPER
 	select SHMEM
 	select TMPFS
-- 
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
hosted by The Linux Foundation

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

* Re: [PATCH] drm/msm: drop ARCH_MSM Kconfig depend
  2014-02-11 20:21 ` Kumar Gala
  (?)
@ 2014-02-11 20:32   ` Rob Clark
  -1 siblings, 0 replies; 5+ messages in thread
From: Rob Clark @ 2014-02-11 20:32 UTC (permalink / raw)
  To: Kumar Gala
  Cc: linux-arm-msm, Linux Kernel Mailing List,
	dri-devel@lists.freedesktop.org,
	linux-arm-kernel@lists.infradead.org

On Tue, Feb 11, 2014 at 3:21 PM, Kumar Gala <galak@codeaurora.org> wrote:
> The ARCH_MSM depend is redundant with ARCH_MSM8960, so we can remove it.
> Additionally, we are splitting Qualcomm MSM support into legacy (ARCH_MSM)
> and multiplatform (ARCH_QCOM).  The MSM8960 with be ARCH_QCOM going forward
> so dropping ARCH_MSM will work properly for the new ARCH_QCOM multiplatform
> build.
>
> Signed-off-by: Kumar Gala <galak@codeaurora.org>

Acked-by: Rob Clark <robdclark@gmail.com>


> ---
> David/Rob,
>
> If you can ack this I'll send it via linux-qcom/arm-soc tree's
>
> thanks
>
> - k
>  drivers/gpu/drm/msm/Kconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/msm/Kconfig b/drivers/gpu/drm/msm/Kconfig
> index c69d1e0..b698497 100644
> --- a/drivers/gpu/drm/msm/Kconfig
> +++ b/drivers/gpu/drm/msm/Kconfig
> @@ -3,7 +3,7 @@ config DRM_MSM
>         tristate "MSM DRM"
>         depends on DRM
>         depends on MSM_IOMMU
> -       depends on (ARCH_MSM && ARCH_MSM8960) || (ARM && COMPILE_TEST)
> +       depends on ARCH_MSM8960 || (ARM && COMPILE_TEST)
>         select DRM_KMS_HELPER
>         select SHMEM
>         select TMPFS
> --
> The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
> hosted by The Linux Foundation
>

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

* [PATCH] drm/msm: drop ARCH_MSM Kconfig depend
@ 2014-02-11 20:32   ` Rob Clark
  0 siblings, 0 replies; 5+ messages in thread
From: Rob Clark @ 2014-02-11 20:32 UTC (permalink / raw)
  To: linux-arm-kernel

On Tue, Feb 11, 2014 at 3:21 PM, Kumar Gala <galak@codeaurora.org> wrote:
> The ARCH_MSM depend is redundant with ARCH_MSM8960, so we can remove it.
> Additionally, we are splitting Qualcomm MSM support into legacy (ARCH_MSM)
> and multiplatform (ARCH_QCOM).  The MSM8960 with be ARCH_QCOM going forward
> so dropping ARCH_MSM will work properly for the new ARCH_QCOM multiplatform
> build.
>
> Signed-off-by: Kumar Gala <galak@codeaurora.org>

Acked-by: Rob Clark <robdclark@gmail.com>


> ---
> David/Rob,
>
> If you can ack this I'll send it via linux-qcom/arm-soc tree's
>
> thanks
>
> - k
>  drivers/gpu/drm/msm/Kconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/msm/Kconfig b/drivers/gpu/drm/msm/Kconfig
> index c69d1e0..b698497 100644
> --- a/drivers/gpu/drm/msm/Kconfig
> +++ b/drivers/gpu/drm/msm/Kconfig
> @@ -3,7 +3,7 @@ config DRM_MSM
>         tristate "MSM DRM"
>         depends on DRM
>         depends on MSM_IOMMU
> -       depends on (ARCH_MSM && ARCH_MSM8960) || (ARM && COMPILE_TEST)
> +       depends on ARCH_MSM8960 || (ARM && COMPILE_TEST)
>         select DRM_KMS_HELPER
>         select SHMEM
>         select TMPFS
> --
> The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
> hosted by The Linux Foundation
>

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

* Re: [PATCH] drm/msm: drop ARCH_MSM Kconfig depend
@ 2014-02-11 20:32   ` Rob Clark
  0 siblings, 0 replies; 5+ messages in thread
From: Rob Clark @ 2014-02-11 20:32 UTC (permalink / raw)
  To: Kumar Gala
  Cc: David Airlie, dri-devel@lists.freedesktop.org,
	Linux Kernel Mailing List, linux-arm-msm,
	linux-arm-kernel@lists.infradead.org

On Tue, Feb 11, 2014 at 3:21 PM, Kumar Gala <galak@codeaurora.org> wrote:
> The ARCH_MSM depend is redundant with ARCH_MSM8960, so we can remove it.
> Additionally, we are splitting Qualcomm MSM support into legacy (ARCH_MSM)
> and multiplatform (ARCH_QCOM).  The MSM8960 with be ARCH_QCOM going forward
> so dropping ARCH_MSM will work properly for the new ARCH_QCOM multiplatform
> build.
>
> Signed-off-by: Kumar Gala <galak@codeaurora.org>

Acked-by: Rob Clark <robdclark@gmail.com>


> ---
> David/Rob,
>
> If you can ack this I'll send it via linux-qcom/arm-soc tree's
>
> thanks
>
> - k
>  drivers/gpu/drm/msm/Kconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/msm/Kconfig b/drivers/gpu/drm/msm/Kconfig
> index c69d1e0..b698497 100644
> --- a/drivers/gpu/drm/msm/Kconfig
> +++ b/drivers/gpu/drm/msm/Kconfig
> @@ -3,7 +3,7 @@ config DRM_MSM
>         tristate "MSM DRM"
>         depends on DRM
>         depends on MSM_IOMMU
> -       depends on (ARCH_MSM && ARCH_MSM8960) || (ARM && COMPILE_TEST)
> +       depends on ARCH_MSM8960 || (ARM && COMPILE_TEST)
>         select DRM_KMS_HELPER
>         select SHMEM
>         select TMPFS
> --
> The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
> hosted by The Linux Foundation
>

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

end of thread, other threads:[~2014-02-11 20:32 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-11 20:21 [PATCH] drm/msm: drop ARCH_MSM Kconfig depend Kumar Gala
2014-02-11 20:21 ` Kumar Gala
2014-02-11 20:32 ` Rob Clark
2014-02-11 20:32   ` Rob Clark
2014-02-11 20:32   ` Rob Clark

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.