]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - kernel/gcov/Kconfig
Merge v3.19-rc1 into kbuild/for-next
[karo-tx-linux.git] / kernel / gcov / Kconfig
index c92e44855ddda18843a2b7c9102a323811d27917..6ca0b99e5f0a2283e0f3627ecc53010639330c07 100644 (file)
@@ -2,7 +2,7 @@ menu "GCOV-based kernel profiling"
 
 config GCOV_KERNEL
        bool "Enable gcov-based kernel profiling"
-       depends on DEBUG_FS
+       depends on DEBUG_FS && !LTO
        select CONSTRUCTORS if !UML
        default n
        ---help---