From: Tomas Lara Date: Sun, 7 Aug 2022 00:13:07 +0000 (-0400) Subject: kernel: remove CONFIG_MMC_BLOCK_BOUNCE X-Git-Tag: v22.03.3~50 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=6b2c445b8850ba4138bcb2d87fa3f01178fc8838;p=openwrt%2Fstaging%2Fhauke.git 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 (cherry picked from commit 24307b035143bc710268590850e595e1fad86f08) --- 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