aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/arm/t6xx/kbase/src/platform/arndale/Kconfig
blob: d4d518645e0cb2983e038109db72b8e4b345f984 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
#
# (C) COPYRIGHT 2012 ARM Limited. All rights reserved.
#
# This program is free software and is provided to you under the terms of the GNU General Public License version 2
# as published by the Free Software Foundation, and any use by you of this program is subject to the terms of such GNU licence.
#
# A copy of the licence is included with the program, and can also be obtained from Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
#
#
if MALI_PLATFORM_THIRDPARTY_NAME = "arndale"

menu "Arndale options"
	depends on MALI_T6XX && MALI_EXPERT && MALI_PLATFORM_THIRDPARTY

config T6XX_DVFS_FREQ_LOCK
	bool "Enable dvfs frequency lock support"
	depends on MALI_T6XX_DVFS && MALI_EXPERT
	default n
	help
	  Choose this option to enable locking the DVFS frequency.  If sysfs
	  support is enabled files will be created for inspecting and
	  (potentially) setting a fixed DVFS frequency.  This is used
	  for debugging; enable only if you know what you are doing.

config MALI_HWC_TRACE
	bool "Enable hardware counter event tracing support"
	depends on MALI_T6XX && MALI_EXPERT
	default n
	help
	  Choose this option to enable collecting hardware counter data
	  with system trace events.  This is typically used for debugging
	  but has minimal overhead when not in use. Enable only if you
	  know what you are doing.

endmenu
endif