aboutsummaryrefslogtreecommitdiffstats
path: root/common/recipes-kernel/linux/files/0330-drm-amd-Do-not-make-DRM_AMD_ACP-default-to-y.patch
diff options
context:
space:
mode:
Diffstat (limited to 'common/recipes-kernel/linux/files/0330-drm-amd-Do-not-make-DRM_AMD_ACP-default-to-y.patch')
-rw-r--r--common/recipes-kernel/linux/files/0330-drm-amd-Do-not-make-DRM_AMD_ACP-default-to-y.patch31
1 files changed, 0 insertions, 31 deletions
diff --git a/common/recipes-kernel/linux/files/0330-drm-amd-Do-not-make-DRM_AMD_ACP-default-to-y.patch b/common/recipes-kernel/linux/files/0330-drm-amd-Do-not-make-DRM_AMD_ACP-default-to-y.patch
deleted file mode 100644
index 124c151f..00000000
--- a/common/recipes-kernel/linux/files/0330-drm-amd-Do-not-make-DRM_AMD_ACP-default-to-y.patch
+++ /dev/null
@@ -1,31 +0,0 @@
-From 69a7a0ff90fdee4583328df0130dac3ae109bd67 Mon Sep 17 00:00:00 2001
-From: Geert Uytterhoeven <geert+renesas@glider.be>
-Date: Wed, 24 Feb 2016 09:13:45 +0100
-Subject: [PATCH 0330/1110] drm/amd: Do not make DRM_AMD_ACP default to y
-
-By default, not only this driver is enabled on all platforms, but also
-generic PM Domains and Multi-Function Devices.
-
-Drop the "default y" to fix this.
-
-Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
-Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
----
- drivers/gpu/drm/amd/acp/Kconfig | 1 -
- 1 file changed, 1 deletion(-)
-
-diff --git a/drivers/gpu/drm/amd/acp/Kconfig b/drivers/gpu/drm/amd/acp/Kconfig
-index 2b07813..0f734ee 100644
---- a/drivers/gpu/drm/amd/acp/Kconfig
-+++ b/drivers/gpu/drm/amd/acp/Kconfig
-@@ -2,7 +2,6 @@ menu "ACP Configuration"
-
- config DRM_AMD_ACP
- bool "Enable ACP IP support"
-- default y
- select MFD_CORE
- select PM_GENERIC_DOMAINS if PM
- help
---
-2.7.4
-