Kconfig 422 B

1234567891011121314151617181920
  1. menu "Mali 400 UMP device driver"
  2. config UMP
  3. tristate "UMP support"
  4. depends on m
  5. default m
  6. ---help---
  7. This enables support for the UMP memory allocation and sharing API.
  8. To compile this driver as a module, choose M here: the module will be
  9. called ump.
  10. config UMP_DEBUG
  11. bool "Enable extra debug in UMP"
  12. depends on UMP
  13. default n
  14. ---help---
  15. This enabled extra debug checks and messages in UMP.
  16. endmenu