diff options
Diffstat (limited to 'drivers/gpu/ion/Kconfig')
-rw-r--r-- | drivers/gpu/ion/Kconfig | 17 |
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 @@ | |||
1 | menuconfig ION | ||
2 | tristate "Ion Memory Manager" | ||
3 | select GENERIC_ALLOCATOR | ||
4 | help | ||
5 | Chose this option to enable the ION Memory Manager. | ||
6 | |||
7 | config ION_IOMMU | ||
8 | bool | ||
9 | |||
10 | config 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 | |||