mirror of
https://github.com/torvalds/linux.git
synced 2026-06-11 08:03:05 +02:00
18 lines
422 B
Plaintext
18 lines
422 B
Plaintext
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.
|