summaryrefslogtreecommitdiffstats
path: root/drivers/soc/bcm/bcm63xx/Makefile
diff options
context:
space:
mode:
authorÁlvaro Fernández Rojas <noltari@gmail.com>2020-06-13 10:21:37 +0200
committerFlorian Fainelli <f.fainelli@gmail.com>2020-08-17 09:14:04 -0700
commit6c41106f177e1e3e198604f42adedc8be97c482a (patch)
tree735bc078faee94e250368d8928348ad2b9feb86f /drivers/soc/bcm/bcm63xx/Makefile
parent8bf86a155688f3acbc5919cdf58c59378d62a663 (diff)
downloadlinux-stable-6c41106f177e1e3e198604f42adedc8be97c482a.tar.gz
linux-stable-6c41106f177e1e3e198604f42adedc8be97c482a.tar.bz2
linux-stable-6c41106f177e1e3e198604f42adedc8be97c482a.zip
soc: bcm: add BCM63xx power domain driver
BCM6318, BCM6328, BCM6362 and BCM63268 SoCs have a power domain controller to enable/disable certain components in order to save power. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> Reviewed-by: Florian Fainelli <F.fainelli@gmail.com> Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Diffstat (limited to 'drivers/soc/bcm/bcm63xx/Makefile')
-rw-r--r--drivers/soc/bcm/bcm63xx/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/soc/bcm/bcm63xx/Makefile b/drivers/soc/bcm/bcm63xx/Makefile
new file mode 100644
index 000000000000..0710d5e018cc
--- /dev/null
+++ b/drivers/soc/bcm/bcm63xx/Makefile
@@ -0,0 +1,2 @@
+# SPDX-License-Identifier: GPL-2.0-only
+obj-$(CONFIG_BCM63XX_POWER) += bcm63xx-power.o