select PROFILING FTRACE
authorKasin Lee <kasin.li@amlogic.com>
Fri, 7 Dec 2012 07:23:40 +0000 (15:23 +0800)
committerKasin Lee <kasin.li@amlogic.com>
Fri, 7 Dec 2012 07:23:40 +0000 (15:23 +0800)
mali/Kconfig

index 747fe3742ed5d64db66ab55fda4a64f593f4d8a1..0bf5de4fa296ad1151e332dc5416bc73774508b5 100644 (file)
@@ -19,15 +19,16 @@ config MALI400_DEBUG
          This enabled extra debug checks and messages in the Mali driver.
 
 if !PROFILING || !FTRACE
-comment "ARM mali streamline with gator is depends on CONFIG_FTRACE and PROFILING."
-comment "please Enable the Profiling Support option in General Setup and enable"
-comment "Tracers options in Kernel Hacking. I will select other options for you."
-comment "please refer to Setting up an ARM Linux target in ARM DS-5 Documentation."
+comment "ARM mali streamline with gator is depends on CONFIG_FTRACE and PROFILING.I will"
+comment "select them and other options for you.please refer to ARM DS-5 Documentation."
+comment "Setting up an ARM Linux target"
 endif
 
 config MALI400_PROFILING
        bool "Enable Mali profiling"
-       depends on MALI400 && PROFILING && FTRACE
+       depends on MALI400
+       select PROFILING
+       select FTRACE
        select MALI400_DEBUG
        select PERF_EVENTS
        select ENABLE_DEFAULT_TRACERS