diff options
author | Baoyou Xie <baoyou.xie@linaro.org> | 2017-01-06 12:16:03 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2017-01-11 11:21:10 +0300 |
commit | 4c2c2e39713b8cfbb73d304c830e883f5b2ad9ec (patch) | |
tree | 600360129ffb206388b39e54717a4a5eb191bddd /drivers/soc/Kconfig | |
parent | eea1d99b900fe19dce3042dac555c270221be147 (diff) | |
download | linux-4c2c2e39713b8cfbb73d304c830e883f5b2ad9ec.tar.xz |
soc: zte: pm_domains: Prepare for supporting ARMv8 zx2967 family
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>
Diffstat (limited to 'drivers/soc/Kconfig')
-rw-r--r-- | drivers/soc/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/soc/Kconfig b/drivers/soc/Kconfig index f31bceb69c0d..f09023f7ab11 100644 --- a/drivers/soc/Kconfig +++ b/drivers/soc/Kconfig @@ -11,5 +11,6 @@ source "drivers/soc/tegra/Kconfig" source "drivers/soc/ti/Kconfig" source "drivers/soc/ux500/Kconfig" source "drivers/soc/versatile/Kconfig" +source "drivers/soc/zte/Kconfig" endmenu |