config GATOR tristate "Gator module for ARM's Streamline Performance Analyzer" default m if (ARM || ARM64) depends on PROFILING depends on HIGH_RES_TIMERS depends on PERF_EVENTS depends on HW_PERF_EVENTS || !(ARM || ARM64) select TRACING help Gator module for ARM's Streamline Performance Analyzerconfig GATOR_WITH_MALI_SUPPORT boolchoice prompt "Enable Mali GPU support in Gator" depends on GATOR optional help Enable Mali GPU support in Gatorconfig GATOR_MALI_4XXMP bool "Mali-400MP or Mali-450MP" select GATOR_WITH_MALI_SUPPORTconfig GATOR_MALI_MIDGARD bool "Mali-T60x, Mali-T62x, Mali-T72x or Mali-T76x" select GATOR_WITH_MALI_SUPPORTendchoiceconfig GATOR_MALI_PATH string "Path to Mali driver" depends on GATOR_WITH_MALI_SUPPORT default "drivers/gpu/arm/mali400mp" help The gator code adds this to its include path so it can get the Mali trace headers with: #include "linux/mali_linux_trace.h"