summarylogtreecommitdiffstats
path: root/0004-Disable-tristate-for-modules-that-uses-unexported-sy.patch
diff options
context:
space:
mode:
authorboogie2023-07-21 00:12:50 +0200
committerboogie2023-07-21 02:18:56 +0200
commit14a0a8705f127a23347fcbdfbde4dbb058b13182 (patch)
tree056405c80516964dd4941fbc062a57666775abb4 /0004-Disable-tristate-for-modules-that-uses-unexported-sy.patch
parenta001021fbecb1867e9b443501c783700d47f5010 (diff)
downloadaur-14a0a8705f127a23347fcbdfbde4dbb058b13182.tar.gz
update to rkr4.1 and deliver libmali together
Diffstat (limited to '0004-Disable-tristate-for-modules-that-uses-unexported-sy.patch')
-rw-r--r--0004-Disable-tristate-for-modules-that-uses-unexported-sy.patch40
1 files changed, 40 insertions, 0 deletions
diff --git a/0004-Disable-tristate-for-modules-that-uses-unexported-sy.patch b/0004-Disable-tristate-for-modules-that-uses-unexported-sy.patch
new file mode 100644
index 000000000000..1164799f04f7
--- /dev/null
+++ b/0004-Disable-tristate-for-modules-that-uses-unexported-sy.patch
@@ -0,0 +1,40 @@
+From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
+From: ZHANG Yuntian <95260730+RadxaYuntian@users.noreply.github.com>
+Date: Mon, 10 Oct 2022 10:57:00 +0800
+Subject: [PATCH] Disable tristate for modules that uses unexported symbols
+
+---
+ drivers/media/platform/rockchip/hdmirx/Kconfig | 2 +-
+ drivers/soc/rockchip/Kconfig | 2 +-
+ drivers/staging/android/fiq_debugger/Kconfig | 2 +-
+ 3 files changed, 3 insertions(+), 3 deletions(-)
+
+diff --git a/drivers/media/platform/rockchip/hdmirx/Kconfig b/drivers/media/platform/rockchip/hdmirx/Kconfig
+index 4074cfe15ada..84bfa8afbdab 100644
+--- a/drivers/media/platform/rockchip/hdmirx/Kconfig
++++ b/drivers/media/platform/rockchip/hdmirx/Kconfig
+@@ -1,7 +1,7 @@
+ # SPDX-License-Identifier: GPL-2.0
+
+ config VIDEO_ROCKCHIP_HDMIRX
+- tristate "Rockchip HDMI Receiver driver"
++ bool "Rockchip HDMI Receiver driver"
+ depends on VIDEO_V4L2
+ select MEDIA_CONTROLLER
+ select VIDEO_V4L2_SUBDEV_API
+diff --git a/drivers/soc/rockchip/Kconfig b/drivers/soc/rockchip/Kconfig
+index 24c5010726e6..9fd1eebbf12d 100644
+--- a/drivers/soc/rockchip/Kconfig
++++ b/drivers/soc/rockchip/Kconfig
+@@ -131,7 +131,7 @@ config ROCKCHIP_RAMDISK
+ device.
+
+ config ROCKCHIP_SUSPEND_MODE
+- tristate "Rockchip suspend mode config"
++ bool "Rockchip suspend mode config"
+ depends on ROCKCHIP_SIP
+ help
+ Say Y here if you want to set the suspend mode to the ATF.
+--
+2.38.0
+