aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/android/ion/Kconfig
diff options
context:
space:
mode:
authorRebecca Schultz Zavin <rebecca@android.com>2013-12-13 19:38:38 -0800
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-12-14 08:50:15 -0800
commitc30707be128e952ca2ba77417cb5509e254a4aac (patch)
treef0ba5ba47d721940dffb91d1c51e1252afe937f8 /drivers/staging/android/ion/Kconfig
parentstaging: comedi: ni_at_a2150: fix an always true condition test (diff)
downloadlinux-dev-c30707be128e952ca2ba77417cb5509e254a4aac.tar.xz
linux-dev-c30707be128e952ca2ba77417cb5509e254a4aac.zip
gpu: ion: Add ION Memory Manager
Signed-off-by: Rebecca Schultz Zavin <rebecca@android.com> [jstultz: Squished in Colin Cross' move to staging change, also disables ION from the build, as it won't compile till the end of the patchset] Signed-off-by: John Stultz <john.stultz@linaro.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/android/ion/Kconfig')
-rw-r--r--drivers/staging/android/ion/Kconfig12
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/staging/android/ion/Kconfig b/drivers/staging/android/ion/Kconfig
new file mode 100644
index 000000000000..5b48b4e85e73
--- /dev/null
+++ b/drivers/staging/android/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.
+