Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1587510 > unrolled thread

[PATCH] soc: zte: Restrict SOC_ZTE to ARCH_ZX or COMPILE_TEST

Started byGeert Uytterhoeven <geert@linux-m68k.org>
First post2017-02-24 11:40 +0100
Last post2017-02-24 11:40 +0100
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH] soc: zte: Restrict SOC_ZTE to ARCH_ZX or COMPILE_TEST Geert Uytterhoeven <geert@linux-m68k.org> - 2017-02-24 11:40 +0100

#1587510 — [PATCH] soc: zte: Restrict SOC_ZTE to ARCH_ZX or COMPILE_TEST

FromGeert Uytterhoeven <geert@linux-m68k.org>
Date2017-02-24 11:40 +0100
Subject[PATCH] soc: zte: Restrict SOC_ZTE to ARCH_ZX or COMPILE_TEST
Message-ID<tels6-7i4-29@gated-at.bofh.it>
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>
---
 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

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web