/drivers/gpu/mali/ump/Kconfig

https://bitbucket.org/ndreys/linux-sunxi · #! · 16 lines · 13 code · 3 blank · 0 comment · 0 complexity · ece5a5c3fac3d99501314b0a136e3c4d MD5 · raw file

  1. config UMP
  2. tristate "UMP support"
  3. depends on ARM && MALI400
  4. ---help---
  5. This enables support for the UMP memory allocation and sharing API.
  6. To compile this driver as a module, choose M here: the module will be
  7. called ump.
  8. config UMP_DEBUG
  9. bool "Enable extra debug in UMP"
  10. depends on UMP
  11. default y
  12. ---help---
  13. This enabled extra debug checks and messages in UMP.