mirror of
https://github.com/Ysurac/openmptcprouter.git
synced 2025-02-15 04:42:02 +00:00
24 lines
778 B
Diff
24 lines
778 B
Diff
From 958592c4da73d5f35f6cb1d7994d526718eeb2fa Mon Sep 17 00:00:00 2001
|
|
From: Maxime Ripard <maxime@cerno.tech>
|
|
Date: Thu, 19 Aug 2021 15:53:03 +0200
|
|
Subject: [PATCH 019/828] drm/vc4: select PM
|
|
|
|
We already depend on runtime PM to get the power domains and clocks for
|
|
most of the devices supported by the vc4 driver, so let's just select it
|
|
to make sure it's there, and remove the ifdef.
|
|
|
|
Signed-off-by: Maxime Ripard <maxime@cerno.tech>
|
|
---
|
|
drivers/gpu/drm/vc4/Kconfig | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
--- a/drivers/gpu/drm/vc4/Kconfig
|
|
+++ b/drivers/gpu/drm/vc4/Kconfig
|
|
@@ -9,6 +9,7 @@ config DRM_VC4
|
|
select DRM_KMS_CMA_HELPER
|
|
select DRM_GEM_CMA_HELPER
|
|
select DRM_PANEL_BRIDGE
|
|
+ select PM
|
|
select SND_PCM
|
|
select SND_PCM_ELD
|
|
select SND_SOC_GENERIC_DMAENGINE_PCM
|