summaryrefslogtreecommitdiff
path: root/drivers/gpu/ion/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/ion/Kconfig')
-rw-r--r--drivers/gpu/ion/Kconfig18
1 files changed, 18 insertions, 0 deletions
diff --git a/drivers/gpu/ion/Kconfig b/drivers/gpu/ion/Kconfig
new file mode 100644
index 000000000000..13dcbaf3d2d6
--- /dev/null
+++ b/drivers/gpu/ion/Kconfig
@@ -0,0 +1,18 @@
+menuconfig ION
+ tristate "Ion Memory Manager"
+ select GENERIC_ALLOCATOR
+ help
+ Chose this option to enable the ION Memory Manager.
+
+config ION_MXC
+ tristate "Ion for MXC"
+ depends on ARCH_MXC && ION
+ help
+ Choose this option if you wish to use ion on an Freescale MXC.
+
+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.
+