--- zzzz-none-000/linux-2.6.32.61/kernel/gcov/Kconfig 2013-06-10 09:43:48.000000000 +0000 +++ ar9-7330-650/linux-2.6.32.61/kernel/gcov/Kconfig 2013-06-04 10:01:00.000000000 +0000 @@ -34,7 +34,7 @@ config GCOV_PROFILE_ALL bool "Profile entire Kernel" depends on GCOV_KERNEL - depends on S390 || X86 || (PPC && EXPERIMENTAL) || MICROBLAZE + depends on S390 || X86 || (PPC && EXPERIMENTAL) || MICROBLAZE || AR9 || VR9 || AR10 default n ---help--- This options activates profiling for the entire kernel. @@ -45,4 +45,12 @@ larger and run slower. Also be sure to exclude files from profiling which are not linked to the kernel image to prevent linker errors. +config GCOV_KERNEL_ENABLE + bool "enable GCOV" + select CONSTRUCTORS + select SYSFS + select DEBUG_FS + select GCOV_KERNEL + default n + endmenu