Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f601de20 authored by Riku Voipio's avatar Riku Voipio Committed by Linus Torvalds
Browse files

gcov: add ARM64 to GCOV_PROFILE_ALL



Following up the arm testing of gcov, turns out gcov on ARM64 works fine
as well.  Only change needed is adding ARM64 to Kconfig depends.

Tested with qemu and mach-virt

Signed-off-by: default avatarRiku Voipio <riku.voipio@linaro.org>
Acked-by: default avatarPeter Oberparleiter <oberpar@linux.vnet.ibm.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 6424babf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -35,7 +35,7 @@ config GCOV_KERNEL
config GCOV_PROFILE_ALL
	bool "Profile entire Kernel"
	depends on GCOV_KERNEL
	depends on SUPERH || S390 || X86 || PPC || MICROBLAZE || ARM
	depends on SUPERH || S390 || X86 || PPC || MICROBLAZE || ARM || ARM64
	default n
	---help---
	This options activates profiling for the entire kernel.