projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8274cae
)
microblaze: Enable GCOV_PROFILE_ALL
author
Michal Simek
<monstr@monstr.eu>
Mon, 31 Aug 2009 13:13:06 +0000
(15:13 +0200)
committer
Michal Simek
<monstr@monstr.eu>
Mon, 21 Sep 2009 12:29:21 +0000
(14:29 +0200)
Signed-off-by: Michal Simek <monstr@monstr.eu>
kernel/gcov/Kconfig
patch
|
blob
|
history
diff --git
a/kernel/gcov/Kconfig
b/kernel/gcov/Kconfig
index 654efd09f6a97cb6497d18be2d303364539ac7a9..70a298d6da712629f37e8a2e52b8edf4e19a8f36 100644
(file)
--- a/
kernel/gcov/Kconfig
+++ b/
kernel/gcov/Kconfig
@@
-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.