/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
- config UMP
- tristate "UMP support"
- depends on ARM && MALI400
- ---help---
- This enables support for the UMP memory allocation and sharing API.
- To compile this driver as a module, choose M here: the module will be
- called ump.
- config UMP_DEBUG
- bool "Enable extra debug in UMP"
- depends on UMP
- default y
- ---help---
- This enabled extra debug checks and messages in UMP.