summarylogtreecommitdiffstats
path: root/0005-Disable-tristate-for-builtin-dependencies.patch
diff options
context:
space:
mode:
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
+