aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/android/ion/Kconfig
blob: c62f2cbb9e8908f398d094b87c6cfbeaf712eec5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
menuconfig ION
	tristate "Ion Memory Manager"
	depends on ARM
	select GENERIC_ALLOCATOR
	select DMA_SHARED_BUFFER
	help
	  Chose this option to enable the ION Memory Manager.

config ION_TEGRA
	tristate "Ion for Tegra"
	depends on ARCH_TEGRA && ION
	help
	  Choose this option if you wish to use ion on an nVidia Tegra.