summaryrefslogtreecommitdiffstats
path: root/drivers/soc/rockchip/Makefile
diff options
context:
space:
mode:
authorUlf Hansson <ulf.hansson@linaro.org>2020-10-06 18:05:14 +0200
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2020-10-16 18:23:15 +0200
commite943c43b32ce15ef23cc6b4574567b045c96c23b (patch)
tree37fa11a2788f375c3629c4ca9e8d4050b6edf9a8 /drivers/soc/rockchip/Makefile
parentMerge tag 'pm-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa... (diff)
downloadlinux-e943c43b32ce15ef23cc6b4574567b045c96c23b.tar.xz
linux-e943c43b32ce15ef23cc6b4574567b045c96c23b.zip
PM: AVS: rockchip-io: Move the driver to the rockchip specific drivers
The avs drivers are all SoC specific drivers that doesn't share any code. Instead they are located in a directory, mostly to keep similar functionality together. From a maintenance point of view, it makes better sense to collect SoC specific drivers like these, into the SoC specific directories. Therefore, let's move the rockchip-io driver to the rockchip directory. Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org> Acked-by: Heiko Stuebner <heiko@sntech.de> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'drivers/soc/rockchip/Makefile')
-rw-r--r--drivers/soc/rockchip/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/soc/rockchip/Makefile b/drivers/soc/rockchip/Makefile
index afca0a4c4b72..875032f7344e 100644
--- a/drivers/soc/rockchip/Makefile
+++ b/drivers/soc/rockchip/Makefile
@@ -3,4 +3,5 @@
# Rockchip Soc drivers
#
obj-$(CONFIG_ROCKCHIP_GRF) += grf.o
+obj-$(CONFIG_ROCKCHIP_IODOMAIN) += io-domain.o
obj-$(CONFIG_ROCKCHIP_PM_DOMAINS) += pm_domains.o