Skip to content

Commit

Permalink
microblaze: Enable GCOV_PROFILE_ALL
Browse files Browse the repository at this point in the history
Signed-off-by: Michal Simek <[email protected]>
michalsimek committed Sep 21, 2009

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
1 parent 8274cae commit 1f74b1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/gcov/Kconfig
Original file line number Diff line number Diff line change
@@ -34,7 +34,7 @@ config GCOV_KERNEL
config GCOV_PROFILE_ALL
bool "Profile entire Kernel"
depends on GCOV_KERNEL
depends on S390 || X86 || (PPC && EXPERIMENTAL)
depends on S390 || X86 || (PPC && EXPERIMENTAL) || MICROBLAZE
default n
---help---
This options activates profiling for the entire kernel.

0 comments on commit 1f74b1f

Please sign in to comment.