mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
b870e54e8a
Add platform driver for msm specific ion devices Change-Id: I8f5f2c135c667ef1ff2504306ffedc295553efe0 Signed-off-by: Laura Abbott <lauraa@codeaurora.org>
18 lines
441 B
Text
18 lines
441 B
Text
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.
|
|
|
|
config ION_MSM
|
|
tristate "Ion for MSM"
|
|
depends on ARCH_MSM && ION
|
|
help
|
|
Choose this option if you wish to use ion on an MSM target.
|