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