Kconfig 505 B

12345678910111213141516171819202122
  1. menuconfig ION
  2. tristate "Ion Memory Manager"
  3. select GENERIC_ALLOCATOR
  4. select DMA_SHARED_BUFFER
  5. help
  6. Chose this option to enable the ION Memory Manager.
  7. config ION_TEGRA
  8. tristate "Ion for Tegra"
  9. depends on ARCH_TEGRA && ION
  10. help
  11. Choose this option if you wish to use ion on an nVidia Tegra.
  12. config ION_MSM
  13. tristate "Ion for MSM"
  14. depends on ARCH_MSM && ION
  15. help
  16. Choose this option if you wish to use ion on an MSM target.
  17. config DTCP_ION_PHYS
  18. bool "dtcp msm ion phys ioctl"
  19. default n