Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1695827 > unrolled thread
| Started by | Geert Uytterhoeven <geert@linux-m68k.org> |
|---|---|
| First post | 2017-07-25 17:10 +0200 |
| Last post | 2017-07-27 13:00 +0200 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
[PATCH resend v2] soc: zte: Restrict SOC_ZTE to ARCH_ZX or COMPILE_TEST Geert Uytterhoeven <geert@linux-m68k.org> - 2017-07-25 17:10 +0200
Re: [PATCH resend v2] soc: zte: Restrict SOC_ZTE to ARCH_ZX or COMPILE_TEST Arnd Bergmann <arnd@arndb.de> - 2017-07-27 13:00 +0200
| From | Geert Uytterhoeven <geert@linux-m68k.org> |
|---|---|
| Date | 2017-07-25 17:10 +0200 |
| Subject | [PATCH resend v2] soc: zte: Restrict SOC_ZTE to ARCH_ZX or COMPILE_TEST |
| Message-ID | <u79Dd-4o6-45@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>
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
[toc] | [next] | [standalone]
| From | Arnd Bergmann <arnd@arndb.de> |
|---|---|
| Date | 2017-07-27 13:00 +0200 |
| Message-ID | <u7OGm-556-5@gated-at.bofh.it> |
| In reply to | #1695827 |
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
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web