aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/ion/Kconfig
blob: b5bfdb47fd0957a55ce1780d928f06b3ed2e2f72 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
menuconfig ION
	tristate "Ion Memory Manager"
	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.