roll back the configure file
authorKasin Lee <kasin.li@amlogic.com>
Sat, 21 Sep 2013 10:49:35 +0000 (18:49 +0800)
committerKasin Lee <kasin.li@amlogic.com>
Sat, 21 Sep 2013 10:49:35 +0000 (18:49 +0800)
mali/Kconfig

index 2691a499c429a8dafab3c07854d310d3bc797d72..7bfff850893440327126710346d6c122dcad89b3 100644 (file)
@@ -32,18 +32,19 @@ comment "select them and other options for you.please refer to ARM DS-5 Document
 comment "Setting up an ARM Linux target"
 endif
 
+       #select PROFILING
+       #select FTRACE
+       #select MALI400_DEBUG
+       #select PERF_EVENTS
+       #select ENABLE_DEFAULT_TRACERS
+       #select DEBUG_MUTEXES
+       #select HIGH_RES_TIMERS
+       #select HW_PERF_EVENTS
+       #select CPU_FREQ
+
 config MALI400_PROFILING
        bool "Enable Mali profiling"
        depends on MALI400
-       select PROFILING
-       select FTRACE
-       select MALI400_DEBUG
-       select PERF_EVENTS
-       select ENABLE_DEFAULT_TRACERS
-       select DEBUG_MUTEXES
-       select HIGH_RES_TIMERS
-       select HW_PERF_EVENTS
-       select CPU_FREQ
        select TRACEPOINTS
        default n
        ---help---