aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/ion/Kconfig
blob: a68878ad7695511a356da4933702fae46ae4b163 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
menuconfig ION
	tristate "Ion Memory Manager"
	select GENERIC_ALLOCATOR
	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.

config ION_OMAP
	tristate "Ion for OMAP"
	depends on ARCH_OMAP4 && ION && TI_TILER
	help
	  Choose this option if you wish to use ion on OMAP4.