aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomas Lara <tl849670@gmail.com>2022-08-06 20:13:07 -0400
committerHauke Mehrtens <hauke@hauke-m.de>2022-12-15 00:26:36 +0100
commit6b2c445b8850ba4138bcb2d87fa3f01178fc8838 (patch)
treefd67059dfec71308a832f3b3518f7e6315e6f243
parentaef33ab13a294ba879d3d2f9407015feeb4e3908 (diff)
downloadupstream-6b2c445b8850ba4138bcb2d87fa3f01178fc8838.tar.gz
upstream-6b2c445b8850ba4138bcb2d87fa3f01178fc8838.tar.bz2
upstream-6b2c445b8850ba4138bcb2d87fa3f01178fc8838.zip
kernel: remove CONFIG_MMC_BLOCK_BOUNCE
CONFIG_MMC_BLOCK_BOUNCE was removed in kernel v4.13-rc1 https://github.com/torvalds/linux/commit/c3dccb74be28a345a2ebcc224e41b774529b8b8f Signed-off-by: Tomas Lara <tl849670@gmail.com> (cherry picked from commit 24307b035143bc710268590850e595e1fad86f08)
-rw-r--r--package/kernel/linux/modules/other.mk1
-rw-r--r--target/linux/generic/config-5.101
2 files changed, 0 insertions, 2 deletions
diff --git a/package/kernel/linux/modules/other.mk b/package/kernel/linux/modules/other.mk
index 32f4312750..1fe147acaf 100644
--- a/package/kernel/linux/modules/other.mk
+++ b/package/kernel/linux/modules/other.mk
@@ -357,7 +357,6 @@ define KernelPackage/mmc
CONFIG_MMC_BLOCK \
CONFIG_MMC_DEBUG=n \
CONFIG_MMC_UNSAFE_RESUME=n \
- CONFIG_MMC_BLOCK_BOUNCE=y \
CONFIG_MMC_TIFM_SD=n \
CONFIG_MMC_WBSD=n \
CONFIG_SDIO_UART=n
diff --git a/target/linux/generic/config-5.10 b/target/linux/generic/config-5.10
index e04ee161a1..05094ba85c 100644
--- a/target/linux/generic/config-5.10
+++ b/target/linux/generic/config-5.10
@@ -3443,7 +3443,6 @@ CONFIG_MISC_FILESYSTEMS=y
# CONFIG_MMC_ARMMMCI is not set
# CONFIG_MMC_AU1X is not set
# CONFIG_MMC_BLOCK is not set
-CONFIG_MMC_BLOCK_BOUNCE=y
CONFIG_MMC_BLOCK_MINORS=8
# CONFIG_MMC_CAVIUM_THUNDERX is not set
# CONFIG_MMC_CB710 is not set