3215bd8fb4586b954dc831b9da4230d7fc4f5644
[platform/adaptation/renesas_rcar/renesas_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
8 config ION_TEST
9         tristate "Ion Test Device"
10         depends on ION
11         help
12           Choose this option to create a device that can be used to test the
13           kernel and device side ION functions.
14
15 config ION_TEGRA
16         tristate "Ion for Tegra"
17         depends on ARCH_TEGRA && ION
18         help
19           Choose this option if you wish to use ion on an nVidia Tegra.
20