mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-16 13:34:30 +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
|