Navigation: Linux Kernel Driver DataBase - web LKDDB: Main index - C index
The Linux kernel configuration item CONFIG_CMA
has multiple definitions:
mm/Kconfig
The configuration item CONFIG_CMA:
CONFIG_MMU
This enables the Contiguous Memory Allocator which allows other subsystems to allocate big physically-contiguous blocks of memory. CMA reserves a region of memory and allows only movable pages to be allocated from it. This way, the kernel can use the memory for pagecache and when a subsystem requests for contiguous area, the allocated pages are migrated away to serve the contiguous request.
If unsure, say "n".
drivers/base/Kconfig
The configuration item CONFIG_CMA:
CONFIG_HAVE_DMA_CONTIGUOUS && CONFIG_HAVE_MEMBLOCK
This enables the Contiguous Memory Allocator which allows drivers to allocate big physically-contiguous blocks of memory for use with hardware components that do not support I/O map nor scatter-gather.
For more information see <include/linux/dma-contiguous.h>. If unsure, say "n".
drivers/base/Kconfig
The configuration item CONFIG_CMA:
CONFIG_HAVE_DMA_CONTIGUOUS && CONFIG_HAVE_MEMBLOCK && CONFIG_EXPERIMENTAL
This enables the Contiguous Memory Allocator which allows drivers to allocate big physically-contiguous blocks of memory for use with hardware components that do not support I/O map nor scatter-gather.
For more information see <include/linux/dma-contiguous.h>. If unsure, say "n".
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 - C index
Automatically generated (in year 2024). See also LKDDb sources on GitLab