mirror of
https://github.com/torvalds/linux.git
synced 2024-11-24 21:21:41 +00:00
3755584a91
This patch introduces the power domain driver of zx296718 which belongs to zte's zx2967 family. Signed-off-by: Baoyou Xie <baoyou.xie@linaro.org> Reviewed-by: Jun Nie <jun.nie@linaro.org> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
6 lines
134 B
Makefile
6 lines
134 B
Makefile
#
|
|
# ZTE SOC drivers
|
|
#
|
|
obj-$(CONFIG_ZX2967_PM_DOMAINS) += zx2967_pm_domains.o
|
|
obj-$(CONFIG_ZX2967_PM_DOMAINS) += zx296718_pm_domains.o
|