aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/ion/Kconfig
diff options
context:
space:
mode:
authorJonathan Herman <hermanjl@cs.unc.edu>2013-01-22 10:38:37 -0500
committerJonathan Herman <hermanjl@cs.unc.edu>2013-01-22 10:38:37 -0500
commitfcc9d2e5a6c89d22b8b773a64fb4ad21ac318446 (patch)
treea57612d1888735a2ec7972891b68c1ac5ec8faea /drivers/gpu/ion/Kconfig
parent8dea78da5cee153b8af9c07a2745f6c55057fe12 (diff)
Added missing tegra files.HEADmaster
Diffstat (limited to 'drivers/gpu/ion/Kconfig')
-rw-r--r--drivers/gpu/ion/Kconfig17
1 files changed, 17 insertions, 0 deletions
diff --git a/drivers/gpu/ion/Kconfig b/drivers/gpu/ion/Kconfig
new file mode 100644
index 00000000000..9a8cbdd9836
--- /dev/null
+++ b/drivers/gpu/ion/Kconfig
@@ -0,0 +1,17 @@
1menuconfig ION
2 tristate "Ion Memory Manager"
3 select GENERIC_ALLOCATOR
4 help
5 Chose this option to enable the ION Memory Manager.
6
7config ION_IOMMU
8 bool
9
10config ION_TEGRA
11 tristate "Ion for Tegra"
12 depends on ARCH_TEGRA && ION
13 select TEGRA_IOMMU_SMMU if !ARCH_TEGRA_2x_SOC
14 select ION_IOMMU if TEGRA_IOMMU_SMMU
15 help
16 Choose this option if you wish to use ion on an nVidia Tegra.
17