mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-22 06:57:57 +00:00
20ea6adbf1
Build system: x86_64 Build-tested: bcm2708, bcm2709, bcm2710, bcm2711 Run-tested: bcm2708/RPiB+, bcm2709/RPi3B, bcm2710/RPi3B, bcm2711/RPi4B Signed-off-by: Marty Jones <mj8263788@gmail.com> Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
20 lines
635 B
Diff
20 lines
635 B
Diff
From b185c9cacc9ff4618e1cfd3cb7165a0144af2d1b Mon Sep 17 00:00:00 2001
|
|
From: popcornmix <popcornmix@gmail.com>
|
|
Date: Wed, 9 Nov 2016 13:02:52 +0000
|
|
Subject: [PATCH] bcm: Make RASPBERRYPI_POWER depend on PM
|
|
|
|
---
|
|
drivers/soc/bcm/Kconfig | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
--- a/drivers/soc/bcm/Kconfig
|
|
+++ b/drivers/soc/bcm/Kconfig
|
|
@@ -17,6 +17,7 @@ config RASPBERRYPI_POWER
|
|
bool "Raspberry Pi power domain driver"
|
|
depends on ARCH_BCM2835 || (COMPILE_TEST && OF)
|
|
depends on RASPBERRYPI_FIRMWARE=y
|
|
+ depends on PM
|
|
select PM_GENERIC_DOMAINS if PM
|
|
help
|
|
This enables support for the RPi power domains which can be enabled
|