forked from Minki/linux
4c2c2e3971
The ARMv8 zx2967 family (296718, 296716 etc) uses different value for controlling the power domain on/off registers, Choose the value depending on the compatible. Multiple domains are prepared for the family, this patch prepares the common functions. Signed-off-by: Baoyou Xie <baoyou.xie@linaro.org> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
14 lines
174 B
Plaintext
14 lines
174 B
Plaintext
#
|
|
# ZTE SoC drivers
|
|
#
|
|
menuconfig SOC_ZTE
|
|
bool "ZTE SoC driver support"
|
|
|
|
if SOC_ZTE
|
|
|
|
config ZX2967_PM_DOMAINS
|
|
bool "ZX2967 PM domains"
|
|
depends on PM_GENERIC_DOMAINS
|
|
|
|
endif
|