Rebecca Schultz Zavin | 0c38bfd | 2011-06-29 19:44:29 -0700 | [diff] [blame] | 1 | menuconfig ION |
| 2 | tristate "Ion Memory Manager" |
| 3 | select GENERIC_ALLOCATOR |
Rebecca Schultz Zavin | 043a614 | 2012-02-01 11:09:46 -0800 | [diff] [blame] | 4 | select DMA_SHARED_BUFFER |
Rebecca Schultz Zavin | 0c38bfd | 2011-06-29 19:44:29 -0700 | [diff] [blame] | 5 | help |
| 6 | Chose this option to enable the ION Memory Manager. |
| 7 | |
| 8 | config 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 Abbott | 302911d | 2011-08-15 17:12:57 -0700 | [diff] [blame] | 14 | config 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 Humpherys | a75e4eb | 2012-12-14 16:12:23 -0800 | [diff] [blame] | 19 | |
| 20 | config 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. |