[linux-yocto] [PATCH 4/5] features: drop the obsolete kernel option

Hongzhi.Song hongzhi.song at windriver.com
Wed Feb 27 01:31:26 PST 2019


CONFIG_MMC_BLOCK_BOUNCE has been removed by kernel.
Commit id: de3ee99b097d.

Signed-off-by: Hongzhi.Song <hongzhi.song at windriver.com>
---
 features/mmc/mmc-block.cfg   | 1 -
 features/soc/x1000/x1000.cfg | 1 -
 2 files changed, 2 deletions(-)

diff --git a/features/mmc/mmc-block.cfg b/features/mmc/mmc-block.cfg
index 2b115bd..31f1f2a 100644
--- a/features/mmc/mmc-block.cfg
+++ b/features/mmc/mmc-block.cfg
@@ -1,3 +1,2 @@
 CONFIG_MMC_BLOCK=y
 CONFIG_MMC_BLOCK_MINORS=8
-CONFIG_MMC_BLOCK_BOUNCE=y
diff --git a/features/soc/x1000/x1000.cfg b/features/soc/x1000/x1000.cfg
index c3fb230..0bc8445 100644
--- a/features/soc/x1000/x1000.cfg
+++ b/features/soc/x1000/x1000.cfg
@@ -7,7 +7,6 @@ CONFIG_DMADEVICES=y
 #
 CONFIG_MMC_BLOCK=y
 CONFIG_MMC_BLOCK_MINORS=8
-CONFIG_MMC_BLOCK_BOUNCE=y
 
 #
 # MMC/SD/SDIO Host Controller Drivers
-- 
2.8.1



More information about the linux-yocto mailing list