blob: 39133b569f1459d3d0ba71ffb0ed3d71af5f02e6 [file] [log] [blame]
Rebecca Schultz Zavin0c38bfd2011-06-29 19:44:29 -07001menuconfig ION
2 tristate "Ion Memory Manager"
3 select GENERIC_ALLOCATOR
Rebecca Schultz Zavin043a6142012-02-01 11:09:46 -08004 select DMA_SHARED_BUFFER
Rebecca Schultz Zavin0c38bfd2011-06-29 19:44:29 -07005 help
6 Chose this option to enable the ION Memory Manager.
7
8config ION_TEGRA
9 tristate "Ion for Tegra"
10 depends on ARCH_TEGRA && ION
11 help
12 Choose this option if you wish to use ion on an nVidia Tegra.
13
Laura Abbott302911d2011-08-15 17:12:57 -070014config ION_MSM
15 tristate "Ion for MSM"
16 depends on ARCH_MSM && ION
17 help
18 Choose this option if you wish to use ion on an MSM target.
Mitchel Humpherysa75e4eb2012-12-14 16:12:23 -080019
20config ION_LEAK_CHECK
21 bool "Check for leaked Ion buffers (debugging)"
22 depends on ION
23 help
24 Choose this option if you wish to enable checking for leaked
25 ion buffers at runtime. Choosing this option will also add a
26 debugfs node under the ion directory that can be used to
27 enable/disable the leak checking.