aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBastian Blank <waldi@debian.org>2021-01-20 15:29:25 +0100
committerBastian Blank <waldi@debian.org>2021-01-20 15:29:25 +0100
commit15dc7db15bb58754cf0972a30d81f7687020fbd1 (patch)
tree90e4623df40de36fb319a333e9fb86e51ce3ba8f
parentcf201bf606501f2579e5abe73356cf5fbcaf81ba (diff)
downloadkernel_replicant_linux-15dc7db15bb58754cf0972a30d81f7687020fbd1.tar.gz
kernel_replicant_linux-15dc7db15bb58754cf0972a30d81f7687020fbd1.tar.bz2
kernel_replicant_linux-15dc7db15bb58754cf0972a30d81f7687020fbd1.zip
[arm] Enable DRM_VC4, DRM_VC4_HDMI_CEC
-rw-r--r--debian/changelog1
-rw-r--r--debian/config/arm64/config5
-rw-r--r--debian/config/armhf/config5
-rw-r--r--debian/config/kernelarch-arm/config6
4 files changed, 7 insertions, 10 deletions
diff --git a/debian/changelog b/debian/changelog
index 4b2a133edad1..4203a1f28d1c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -379,6 +379,7 @@ linux (5.10.9-1) UNRELEASED; urgency=medium
* [amd64] Enable SENSORS_AMD_ENERGY. (closes: #970699)
* [cloud] Enable SUSPEND. (closes: #964845)
* [armhf] Enable GPIO_PCA953X_IRQ. (closes: #972221)
+ * [arm] Enable DRM_VC4, DRM_VC4_HDMI_CEC. (closes: #956951)
-- Aurelien Jarno <aurel32@debian.org> Sun, 10 Jan 2021 13:08:43 +0100
diff --git a/debian/config/arm64/config b/debian/config/arm64/config
index f25987bfde20..6df0bb85d28f 100644
--- a/debian/config/arm64/config
+++ b/debian/config/arm64/config
@@ -425,11 +425,6 @@ CONFIG_DRM_TEGRA=m
CONFIG_DRM_TEGRA_STAGING=y
##
-## file: drivers/gpu/drm/vc4/Kconfig
-##
-CONFIG_DRM_VC4=m
-
-##
## file: drivers/gpu/host1x/Kconfig
##
CONFIG_TEGRA_HOST1X=m
diff --git a/debian/config/armhf/config b/debian/config/armhf/config
index 0be51ffe4bd0..552dc6d0000b 100644
--- a/debian/config/armhf/config
+++ b/debian/config/armhf/config
@@ -476,11 +476,6 @@ CONFIG_DRM_TEGRA_STAGING=y
CONFIG_DRM_TILCDC=m
##
-## file: drivers/gpu/drm/vc4/Kconfig
-##
-CONFIG_DRM_VC4=m
-
-##
## file: drivers/gpu/host1x/Kconfig
##
CONFIG_TEGRA_HOST1X=m
diff --git a/debian/config/kernelarch-arm/config b/debian/config/kernelarch-arm/config
index ec846df79669..2d6bd21ed970 100644
--- a/debian/config/kernelarch-arm/config
+++ b/debian/config/kernelarch-arm/config
@@ -34,6 +34,12 @@ CONFIG_EARLY_PRINTK=y
CONFIG_ARM_THUMB=y
##
+## file: drivers/gpu/drm/vc4/Kconfig
+##
+CONFIG_DRM_VC4=m
+CONFIG_DRM_VC4_HDMI_CEC=y
+
+##
## file: drivers/iio/humidity/Kconfig
##
CONFIG_DHT11=m