All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH resend v2] soc: zte: Restrict SOC_ZTE to ARCH_ZX or COMPILE_TEST
@ 2017-07-25  7:12 ` Geert Uytterhoeven
  0 siblings, 0 replies; 4+ messages in thread
From: Geert Uytterhoeven @ 2017-07-25  7:12 UTC (permalink / raw)
  To: Jun Nie, Baoyou Xie, Arnd Bergmann
  Cc: linux-arm-kernel, linux-kernel, Geert Uytterhoeven

The ZTE SoC drivers are only useful when building for a ZTE ZX platform.

Fixes: 4c2c2e39713b8cfb ("soc: zte: pm_domains: Prepare for supporting ARMv8 zx2967 family")
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Reviewed-by: Baoyou Xie <baoyou.xie@linaro.org>
---
Sent before on 2017-05-29.

v2:
  - Add Reviewed-by.
---
 drivers/soc/zte/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/soc/zte/Kconfig b/drivers/soc/zte/Kconfig
index 20bde38ce2f912f5..e9d750c510cd9c90 100644
--- a/drivers/soc/zte/Kconfig
+++ b/drivers/soc/zte/Kconfig
@@ -2,6 +2,7 @@
 # ZTE SoC drivers
 #
 menuconfig SOC_ZTE
+	depends on ARCH_ZX || COMPILE_TEST
 	bool "ZTE SoC driver support"
 
 if SOC_ZTE
-- 
2.7.4

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

* [PATCH resend v2] soc: zte: Restrict SOC_ZTE to ARCH_ZX or COMPILE_TEST
@ 2017-07-25  7:12 ` Geert Uytterhoeven
  0 siblings, 0 replies; 4+ messages in thread
From: Geert Uytterhoeven @ 2017-07-25  7:12 UTC (permalink / raw)
  To: linux-arm-kernel

The ZTE SoC drivers are only useful when building for a ZTE ZX platform.

Fixes: 4c2c2e39713b8cfb ("soc: zte: pm_domains: Prepare for supporting ARMv8 zx2967 family")
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Reviewed-by: Baoyou Xie <baoyou.xie@linaro.org>
---
Sent before on 2017-05-29.

v2:
  - Add Reviewed-by.
---
 drivers/soc/zte/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/soc/zte/Kconfig b/drivers/soc/zte/Kconfig
index 20bde38ce2f912f5..e9d750c510cd9c90 100644
--- a/drivers/soc/zte/Kconfig
+++ b/drivers/soc/zte/Kconfig
@@ -2,6 +2,7 @@
 # ZTE SoC drivers
 #
 menuconfig SOC_ZTE
+	depends on ARCH_ZX || COMPILE_TEST
 	bool "ZTE SoC driver support"
 
 if SOC_ZTE
-- 
2.7.4

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

* Re: [PATCH resend v2] soc: zte: Restrict SOC_ZTE to ARCH_ZX or COMPILE_TEST
  2017-07-25  7:12 ` Geert Uytterhoeven
@ 2017-07-27 10:57   ` Arnd Bergmann
  -1 siblings, 0 replies; 4+ messages in thread
From: Arnd Bergmann @ 2017-07-27 10:57 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: Jun Nie, Baoyou Xie, Linux ARM, Linux Kernel Mailing List

On Tue, Jul 25, 2017 at 9:12 AM, Geert Uytterhoeven
<geert@linux-m68k.org> wrote:
> The ZTE SoC drivers are only useful when building for a ZTE ZX platform.
>
> Fixes: 4c2c2e39713b8cfb ("soc: zte: pm_domains: Prepare for supporting ARMv8 zx2967 family")
> Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
> Reviewed-by: Baoyou Xie <baoyou.xie@linaro.org>
> ---
> Sent before on 2017-05-29.

Applied to fixes, thanks

      Arnd

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

* [PATCH resend v2] soc: zte: Restrict SOC_ZTE to ARCH_ZX or COMPILE_TEST
@ 2017-07-27 10:57   ` Arnd Bergmann
  0 siblings, 0 replies; 4+ messages in thread
From: Arnd Bergmann @ 2017-07-27 10:57 UTC (permalink / raw)
  To: linux-arm-kernel

On Tue, Jul 25, 2017 at 9:12 AM, Geert Uytterhoeven
<geert@linux-m68k.org> wrote:
> The ZTE SoC drivers are only useful when building for a ZTE ZX platform.
>
> Fixes: 4c2c2e39713b8cfb ("soc: zte: pm_domains: Prepare for supporting ARMv8 zx2967 family")
> Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
> Reviewed-by: Baoyou Xie <baoyou.xie@linaro.org>
> ---
> Sent before on 2017-05-29.

Applied to fixes, thanks

      Arnd

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

end of thread, other threads:[~2017-07-27 10:57 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-07-25  7:12 [PATCH resend v2] soc: zte: Restrict SOC_ZTE to ARCH_ZX or COMPILE_TEST Geert Uytterhoeven
2017-07-25  7:12 ` Geert Uytterhoeven
2017-07-27 10:57 ` Arnd Bergmann
2017-07-27 10:57   ` Arnd Bergmann

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.