Rebecca Schultz Zavin | c80005a | 2011-06-29 19:44:29 -0700 | [diff] [blame] | 1 | menuconfig ION |
| 2 | tristate "Ion Memory Manager" |
| 3 | select GENERIC_ALLOCATOR |
| 4 | help |
| 5 | Chose this option to enable the ION Memory Manager. |
| 6 | |
| 7 | config ION_TEGRA |
| 8 | tristate "Ion for Tegra" |
| 9 | depends on ARCH_TEGRA && ION |
| 10 | help |
| 11 | Choose this option if you wish to use ion on an nVidia Tegra. |
| 12 | |
Laura Abbott | 302911d | 2011-08-15 17:12:57 -0700 | [diff] [blame] | 13 | config ION_MSM |
| 14 | tristate "Ion for MSM" |
| 15 | depends on ARCH_MSM && ION |
| 16 | help |
| 17 | Choose this option if you wish to use ion on an MSM target. |