mirror of
https://github.com/Ysurac/openmptcprouter.git
synced 2025-02-15 04:42:02 +00:00
29 lines
901 B
Diff
29 lines
901 B
Diff
From 13fd7f615657b8b300e1840a1ec393079126f53f Mon Sep 17 00:00:00 2001
|
|
From: Maxime Ripard <maxime@cerno.tech>
|
|
Date: Thu, 19 Aug 2021 15:53:03 +0200
|
|
Subject: [PATCH 030/634] 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(+)
|
|
|
|
diff --git a/drivers/gpu/drm/vc4/Kconfig b/drivers/gpu/drm/vc4/Kconfig
|
|
index 345a5570a3da..52a1c309cb4a 100644
|
|
--- 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
|
|
--
|
|
2.33.1
|
|
|