ion: Improve ION config description
[pandora-kernel.git] / drivers / staging / android / ion / Kconfig
1 menuconfig ION
2         tristate "Ion Memory Manager"
3         select GENERIC_ALLOCATOR
4         select DMA_SHARED_BUFFER
5         ---help---
6           Chose this option to enable the ION Memory Manager,
7           used by Android to efficiently allocate buffers
8           from userspace that can be shared between drivers.
9           If you're not using Android its probably safe to
10           say N here.
11
12 config ION_TEST
13         tristate "Ion Test Device"
14         depends on ION
15         help
16           Choose this option to create a device that can be used to test the
17           kernel and device side ION functions.
18
19 config ION_TEGRA
20         tristate "Ion for Tegra"
21         depends on ARCH_TEGRA && ION
22         help
23           Choose this option if you wish to use ion on an nVidia Tegra.
24