blob: 1d2bff655e40dc3e0d02074469f81d7aac53aef5 (
plain) (
blame)
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
|
menuconfig ARM_STREAMLINE_DEBUGGER
bool "Enable ARM Streamline Debugger"
depends on ARM
default n
help
Enable ARM Streamline debugger(DS-5).
if ARM_STREAMLINE_DEBUGGER
config GATOR_MODULE_MAKE
tristate "Make Gator driver for ARM Streamline debugger"
default m
select PROFILING
select ENABLE_DEFAULT_TRACERS
select HIGH_RES_TIMERS
select DEBUG_MUTEXES
select CPU_FREQ
select PERF_EVENTS
select LOCAL_TIMERS if SMP
help
Make Gator driver enable for ARM Streamline debugger(DS-5).
config GATOR_WITH_MALI_SUPPORT
bool "Debug with Mali support"
depends on GATOR_MODULE_MAKE
default n
help
Enable Mali Debug support.
endif
|