1
0
Fork 0

soc: zte: Restrict SOC_ZTE to ARCH_ZX or COMPILE_TEST

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

Fixes: 4c2c2e3971 ("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>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
zero-colors
Geert Uytterhoeven 2017-07-25 09:12:18 +02:00 committed by Arnd Bergmann
parent 75f4e38131
commit fe89168c40
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
# ZTE SoC drivers
#
menuconfig SOC_ZTE
depends on ARCH_ZX || COMPILE_TEST
bool "ZTE SoC driver support"
if SOC_ZTE