aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/ion/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/ion/Kconfig')
-rw-r--r--drivers/gpu/ion/Kconfig12
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/gpu/ion/Kconfig b/drivers/gpu/ion/Kconfig
new file mode 100644
index 00000000000..5b48b4e85e7
--- /dev/null
+++ b/drivers/gpu/ion/Kconfig
@@ -0,0 +1,12 @@
+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.
+