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>
		
			
				
	
	
		
			6 lines
		
	
	
		
			201 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			201 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| # SPDX-License-Identifier: GPL-2.0-only
 | |
| obj-$(CONFIG_BCM2835_POWER)	+= bcm2835-power.o
 | |
| obj-$(CONFIG_RASPBERRYPI_POWER)	+= raspberrypi-power.o
 | |
| obj-y				+= bcm63xx/
 | |
| obj-$(CONFIG_SOC_BRCMSTB)	+= brcmstb/
 |