blob: 9a8cbdd9836dab28381edac95236774ea1154141 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
menuconfig ION
tristate "Ion Memory Manager"
select GENERIC_ALLOCATOR
help
Chose this option to enable the ION Memory Manager.
config ION_IOMMU
bool
config ION_TEGRA
tristate "Ion for Tegra"
depends on ARCH_TEGRA && ION
select TEGRA_IOMMU_SMMU if !ARCH_TEGRA_2x_SOC
select ION_IOMMU if TEGRA_IOMMU_SMMU
help
Choose this option if you wish to use ion on an nVidia Tegra.
|