mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 14:13:16 +00:00
20 lines
635 B
Diff
20 lines
635 B
Diff
|
From 0ae6d14764389f409facd3a7493d70c4de63a82c 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
|