summarylogtreecommitdiffstats
path: root/0003-Disable-tristate-for-non-modules.patch
diff options
context:
space:
mode:
authorboogie2023-07-21 00:12:50 +0200
committerboogie2023-07-21 02:18:56 +0200
commit14a0a8705f127a23347fcbdfbde4dbb058b13182 (patch)
tree056405c80516964dd4941fbc062a57666775abb4 /0003-Disable-tristate-for-non-modules.patch
parenta001021fbecb1867e9b443501c783700d47f5010 (diff)
downloadaur-14a0a8705f127a23347fcbdfbde4dbb058b13182.tar.gz
update to rkr4.1 and deliver libmali together
Diffstat (limited to '0003-Disable-tristate-for-non-modules.patch')
-rw-r--r--0003-Disable-tristate-for-non-modules.patch43
1 files changed, 43 insertions, 0 deletions
diff --git a/0003-Disable-tristate-for-non-modules.patch b/0003-Disable-tristate-for-non-modules.patch
new file mode 100644
index 000000000000..00c853787c61
--- /dev/null
+++ b/0003-Disable-tristate-for-non-modules.patch
@@ -0,0 +1,43 @@
+From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
+From: ZHANG Yuntian <95260730+RadxaYuntian@users.noreply.github.com>
+Date: Sun, 9 Oct 2022 20:57:28 +0800
+Subject: [PATCH] Disable tristate for non-modules
+
+---
+ drivers/rkflash/Kconfig | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+diff --git a/drivers/rkflash/Kconfig b/drivers/rkflash/Kconfig
+index 5c2f4295da15..b92659757a02 100644
+--- a/drivers/rkflash/Kconfig
++++ b/drivers/rkflash/Kconfig
+@@ -29,7 +29,7 @@ config RK_SFTL
+ Say Y when you have a board with Slc Nand Flash register as block device.
+
+ config RK_NANDC_NAND
+- tristate "Rockchip NANDC Slc Nand Devices support"
++ bool "Rockchip NANDC Slc Nand Devices support"
+ default n
+ depends on RK_NAND != y
+ help
+@@ -41,7 +41,7 @@ config RK_NANDC_NAND
+ Nandc controller.
+
+ config RK_SFC_NAND
+- tristate "Rockchip SFC Spi Nand Devices support"
++ bool "Rockchip SFC Spi Nand Devices support"
+ default n
+ depends on RK_NAND != y
+ help
+@@ -63,7 +63,7 @@ config RK_SFC_NAND_MTD
+ Say Y when you wanna use mtd interface for SFC_NAND flash.
+
+ config RK_SFC_NOR
+- tristate "Rockchip SFC Spi Nor Devices Support"
++ bool "Rockchip SFC Spi Nor Devices Support"
+ select CRYPTO
+ select CRYPTO_LIB_ARC4
+ default n
+--
+2.38.0
+