aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/soc/zte/Kconfig
blob: 1cf1938da541f7c106c94f8842b3a4c58a3e48a5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# SPDX-License-Identifier: GPL-2.0-only
#
# 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