17 lines
422 B
Text
17 lines
422 B
Text
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.
|
|
|
|
config ION_ROCKCHIP
|
|
tristate "Ion for Rockchip"
|
|
depends on PLAT_RK && ION
|
|
help
|
|
Choose this option if you wish to use ion on an Rockchip.
|