diff --git a/kernel/gcov/Kconfig b/kernel/gcov/Kconfig index 3110c77230c7f7729b7a4488680ee0003e1797f0..bb4b680e8455acdde880c21bdc7197dee5db9112 100644 --- a/kernel/gcov/Kconfig +++ b/kernel/gcov/Kconfig @@ -4,6 +4,7 @@ menu "GCOV-based kernel profiling" config GCOV_KERNEL bool "Enable gcov-based kernel profiling" depends on DEBUG_FS + depends on !CC_IS_GCC || GCC_VERSION < 100000 select CONSTRUCTORS if !UML default n help