Navigation: Linux Kernel Driver DataBase - web LKDDB: Main index - D index
The Linux kernel configuration item CONFIG_DMA_CMA
has multiple definitions:
kernel/dma/Kconfig
The configuration item CONFIG_DMA_CMA:
CONFIG_HAVE_DMA_CONTIGUOUS && CONFIG_CMA
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.
You can disable CMA by specifying "cma=0" on the kernel's command line.
For more information see <kernel/dma/contiguous.c>. If unsure, say "n".
drivers/base/Kconfig
The configuration item CONFIG_DMA_CMA:
CONFIG_HAVE_DMA_CONTIGUOUS && CONFIG_CMA
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.
You can disable CMA by specifying "cma=0" on the kernel's command line.
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 - D index
Automatically generated (in year 2024). See also LKDDb sources on GitLab