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>
This commit is contained in:
parent
75f4e38131
commit
fe89168c40
@ -2,6 +2,7 @@
|
||||
# ZTE SoC drivers
|
||||
#
|
||||
menuconfig SOC_ZTE
|
||||
depends on ARCH_ZX || COMPILE_TEST
|
||||
bool "ZTE SoC driver support"
|
||||
|
||||
if SOC_ZTE
|
||||
|
Loading…
Reference in New Issue
Block a user