diff options
Diffstat (limited to 'drivers/gpu/ion/Kconfig')
-rw-r--r-- | drivers/gpu/ion/Kconfig | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/drivers/gpu/ion/Kconfig b/drivers/gpu/ion/Kconfig new file mode 100644 index 00000000..b5bfdb47 --- /dev/null +++ b/drivers/gpu/ion/Kconfig @@ -0,0 +1,13 @@ +menuconfig ION + tristate "Ion Memory Manager" + select GENERIC_ALLOCATOR + select DMA_SHARED_BUFFER + 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. + |