Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 24c0f790 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ion: Kconfig: Provide a support to allocate 4KB chunks"

parents 6b05e569 ae969022
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -27,3 +27,10 @@ config ION_MSM
	depends on ARCH_MSM && ION
	help
	  Choose this option if you wish to use ion on an MSM target.

config ALLOC_BUFFERS_IN_4K_CHUNKS
	bool "Turns off allocation optimization and allocate only 4K pages"
	depends on ARCH_MSM && ION
	help
          Choose this option if you want ION to allocate buffers in
          only 4KB chunks.