Navigation: Linux Kernel Driver DataBase - web LKDDB: Main index - M index
The Linux kernel configuration item CONFIG_MMC_BLOCK_BOUNCE
has multiple definitions:
drivers/mmc/core/Kconfig
The configuration item CONFIG_MMC_BLOCK_BOUNCE:
CONFIG_MMC_BLOCK
SD/MMC is a high latency protocol where it is crucial to send large requests in order to get high performance. Many controllers, however, are restricted to continuous memory (i.e. they can't do scatter-gather), something the kernel rarely can provide.
Say Y here to help these restricted hosts by bouncing requests back and forth from a large buffer. You will get a big performance gain at the cost of up to 64 KiB of physical memory.
If unsure, say Y here.
drivers/mmc/card/Kconfig
The configuration item CONFIG_MMC_BLOCK_BOUNCE:
CONFIG_MMC_BLOCK
SD/MMC is a high latency protocol where it is crucial to send large requests in order to get high performance. Many controllers, however, are restricted to continuous memory (i.e. they can't do scatter-gather), something the kernel rarely can provide.
Say Y here to help these restricted hosts by bouncing requests back and forth from a large buffer. You will get a big performance gain at the cost of up to 64 KiB of physical memory.
If unsure, say Y here.
Raw data from LKDDb:
(none)
This page is automaticly generated with free (libre, open) software lkddb(see lkddb-sources).
The data is retrived from:
Popular queries:
Navigation: Linux Kernel Driver DataBase - web LKDDB: main index - M index
Automatically generated (in year 2025). See also LKDDb sources on GitLab