summaryrefslogtreecommitdiff
path: root/drivers/pmdomain/bcm/Makefile
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2023-09-13 14:18:19 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2023-09-13 14:18:19 -0700
commitaed8aee11130a954356200afa3f1b8753e8a9482 (patch)
treebf82e78444126f746cd09f50d3979dce31cbf10b /drivers/pmdomain/bcm/Makefile
parent23f108dc9ed26100b1489f6a9e99088d4064f56b (diff)
parente2ad626f8f409899baf1bf192d0533a851128b19 (diff)
Merge tag 'pmdomain-v6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/linux-pm
Pull genpm / pmdomain rename from Ulf Hansson: "This renames the genpd subsystem to pmdomain. As discussed on LKML, using 'genpd' as the name of a subsystem isn't very self-explanatory and the acronym itself that means Generic PM Domain, is known only by a limited group of people. The suggestion to improve the situation is to rename the subsystem to 'pmdomain', which there seems to be a good consensus around using. Ideally it should indicate that its purpose is to manage Power Domains or 'PM domains' as we often also use within the Linux Kernel terminology" * tag 'pmdomain-v6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/linux-pm: pmdomain: Rename the genpd subsystem to pmdomain
Diffstat (limited to 'drivers/pmdomain/bcm/Makefile')
-rw-r--r--drivers/pmdomain/bcm/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/pmdomain/bcm/Makefile b/drivers/pmdomain/bcm/Makefile
new file mode 100644
index 000000000000..6bfbe4e4db13
--- /dev/null
+++ b/drivers/pmdomain/bcm/Makefile
@@ -0,0 +1,5 @@
+# SPDX-License-Identifier: GPL-2.0-only
+obj-$(CONFIG_BCM_PMB) += bcm-pmb.o
+obj-$(CONFIG_BCM2835_POWER) += bcm2835-power.o
+obj-$(CONFIG_BCM63XX_POWER) += bcm63xx-power.o
+obj-$(CONFIG_RASPBERRYPI_POWER) += raspberrypi-power.o