summarylogtreecommitdiffstats
path: root/0005-Disable-tristate-for-builtin-dependencies.patch
diff options
context:
space:
mode:
authorboogie2023-07-21 00:12:50 +0200
committerboogie2023-07-21 02:18:56 +0200
commit14a0a8705f127a23347fcbdfbde4dbb058b13182 (patch)
tree056405c80516964dd4941fbc062a57666775abb4 /0005-Disable-tristate-for-builtin-dependencies.patch
parenta001021fbecb1867e9b443501c783700d47f5010 (diff)
downloadaur-14a0a8705f127a23347fcbdfbde4dbb058b13182.tar.gz
update to rkr4.1 and deliver libmali together
Diffstat (limited to '0005-Disable-tristate-for-builtin-dependencies.patch')
-rw-r--r--0005-Disable-tristate-for-builtin-dependencies.patch24
1 files changed, 24 insertions, 0 deletions
diff --git a/0005-Disable-tristate-for-builtin-dependencies.patch b/0005-Disable-tristate-for-builtin-dependencies.patch
new file mode 100644
index 000000000000..2d8f0b9e4fbc
--- /dev/null
+++ b/0005-Disable-tristate-for-builtin-dependencies.patch
@@ -0,0 +1,24 @@
+From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
+From: ZHANG Yuntian <95260730+RadxaYuntian@users.noreply.github.com>
+Date: Mon, 10 Oct 2022 11:05:56 +0800
+Subject: [PATCH] Disable tristate for builtin dependencies
+
+---
+ drivers/media/cec/Kconfig | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/drivers/media/cec/Kconfig b/drivers/media/cec/Kconfig
+index 9ba3a00dce31..e04df844c9b7 100644
+--- a/drivers/media/cec/Kconfig
++++ b/drivers/media/cec/Kconfig
+@@ -1,6 +1,6 @@
+ # SPDX-License-Identifier: GPL-2.0-only
+ config CEC_CORE
+- tristate
++ bool
+
+ config CEC_NOTIFIER
+ bool
+--
+2.38.0
+