[openwrt/openwrt] kernel: remove CONFIG_MMC_BLOCK_BOUNCE

LEDE Commits lede-commits at lists.infradead.org
Sat Aug 13 12:13:43 PDT 2022


hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/24307b035143bc710268590850e595e1fad86f08

commit 24307b035143bc710268590850e595e1fad86f08
Author: Tomas Lara <tl849670 at gmail.com>
AuthorDate: Sat Aug 6 20:13:07 2022 -0400

    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 at gmail.com>
---
 package/kernel/linux/modules/other.mk | 1 -
 target/linux/generic/config-5.10      | 1 -
 target/linux/generic/config-5.15      | 1 -
 3 files changed, 3 deletions(-)

diff --git a/package/kernel/linux/modules/other.mk b/package/kernel/linux/modules/other.mk
index 6dfbbbae82..519bd2048f 100644
--- a/package/kernel/linux/modules/other.mk
+++ b/package/kernel/linux/modules/other.mk
@@ -401,7 +401,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 b5f29cf547..104fc625d9 100644
--- a/target/linux/generic/config-5.10
+++ b/target/linux/generic/config-5.10
@@ -3447,7 +3447,6 @@ CONFIG_MITIGATE_SPECTRE_BRANCH_HISTORY=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
diff --git a/target/linux/generic/config-5.15 b/target/linux/generic/config-5.15
index cb2a742632..bbf4364a4f 100644
--- a/target/linux/generic/config-5.15
+++ b/target/linux/generic/config-5.15
@@ -3580,7 +3580,6 @@ CONFIG_MITIGATE_SPECTRE_BRANCH_HISTORY=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




More information about the lede-commits mailing list