summaryrefslogtreecommitdiff
path: root/drivers/gpu/arm/ump/Kconfig
blob: 62f1cec93110e2e5bd8d4e96cc06dd778eca8cd2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
config UMP
        bool "Enable UMP(Unified Memory Provider)"
        default n
	---help---
		This enables UMP memory provider

config UMP_MEM_SIZE
	int "UMP Memory Size"
	depends on UMP
	default "64"
	---help---
		This value decide memory size of UMP (unit is MByte).

config UMP_DEBUG
	bool "Enables debug messages"
	depends on UMP
	default n
	---help---
		This enables UMP driver debug messages