summaryrefslogtreecommitdiff
path: root/drivers/soc/bcm/bcm63xx/Makefile
diff options
context:
space:
mode:
authorRafał Miłecki <rafal@milecki.pl>2020-12-14 21:07:43 +0300
committerFlorian Fainelli <f.fainelli@gmail.com>2021-01-13 07:45:57 +0300
commit8bcac4011ebe0dbdd46fd55b036ee855c95702d3 (patch)
treee4e9e639da0925a97174971874a3c617d710be54 /drivers/soc/bcm/bcm63xx/Makefile
parent82853543057f78d8a331272b70bc3f1e8cb0cbf4 (diff)
downloadlinux-8bcac4011ebe0dbdd46fd55b036ee855c95702d3.tar.xz
soc: bcm: add PM driver for Broadcom's PMB
PMB originally comes from BCM63138 but can be also found on many other chipsets (e.g. BCM4908). It's needed to power on and off SoC blocks like PCIe, SATA, USB. Signed-off-by: Rafał Miłecki <rafal@milecki.pl> Acked-by: Ulf Hansson <ulf.hansson@linaro.org> Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Diffstat (limited to 'drivers/soc/bcm/bcm63xx/Makefile')
-rw-r--r--drivers/soc/bcm/bcm63xx/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/soc/bcm/bcm63xx/Makefile b/drivers/soc/bcm/bcm63xx/Makefile
index 0710d5e018cc..557eed3d67bd 100644
--- a/drivers/soc/bcm/bcm63xx/Makefile
+++ b/drivers/soc/bcm/bcm63xx/Makefile
@@ -1,2 +1,3 @@
# SPDX-License-Identifier: GPL-2.0-only
obj-$(CONFIG_BCM63XX_POWER) += bcm63xx-power.o
+obj-$(CONFIG_BCM_PMB) += bcm-pmb.o