blob: f4affe413f5c48d30cd42c3b5c24354210c4dd56 [file] [log] [blame]
Rebecca Schultz Zavinc80005a2011-06-29 19:44:29 -07001menuconfig ION
2 tristate "Ion Memory Manager"
3 select GENERIC_ALLOCATOR
4 help
5 Chose this option to enable the ION Memory Manager.
6
7config 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 Abbott302911d2011-08-15 17:12:57 -070013config 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.