mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-17 01:04:19 +08:00
fe89168c40
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>
15 lines
210 B
Plaintext
15 lines
210 B
Plaintext
#
|
|
# ZTE SoC drivers
|
|
#
|
|
menuconfig SOC_ZTE
|
|
depends on ARCH_ZX || COMPILE_TEST
|
|
bool "ZTE SoC driver support"
|
|
|
|
if SOC_ZTE
|
|
|
|
config ZX2967_PM_DOMAINS
|
|
bool "ZX2967 PM domains"
|
|
depends on PM_GENERIC_DOMAINS
|
|
|
|
endif
|