mirror of
https://github.com/torvalds/linux.git
synced 2026-06-07 22:14:04 +02:00
cma: decrease CMA_ALIGNMENT lower limit to 0
Change-Id: Ia1cde062e3ab9fd3f94d757f08a9b3ca953728f2 Signed-off-by: Jianqun Xu <jay.xu@rock-chips.com>
This commit is contained in:
parent
3ca937494c
commit
d84775858a
|
|
@ -251,7 +251,7 @@ endchoice
|
|||
|
||||
config CMA_ALIGNMENT
|
||||
int "Maximum PAGE_SIZE order of alignment for contiguous buffers"
|
||||
range 4 12
|
||||
range 0 12
|
||||
default 8
|
||||
help
|
||||
DMA mapping framework by default aligns all buffers to the smallest
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user