/drivers/gpu/mali/ump/Kconfig
#! | 16 lines | 13 code | 3 blank | 0 comment | 0 complexity | ece5a5c3fac3d99501314b0a136e3c4d MD5 | raw file
Possible License(s): GPL-2.0, LGPL-2.0, AGPL-1.0
1config 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 7 To compile this driver as a module, choose M here: the module will be 8 called ump. 9 10config UMP_DEBUG 11 bool "Enable extra debug in UMP" 12 depends on UMP 13 default y 14 ---help--- 15 This enabled extra debug checks and messages in UMP. 16