um: Enable ARCH_HAS_GCOV_PROFILE_ALL
authorVincent Whitchurch <vincent.whitchurch@axis.com>
Thu, 14 Apr 2022 10:34:51 +0000 (12:34 +0200)
committerRichard Weinberger <richard@nod.at>
Fri, 27 May 2022 07:01:14 +0000 (09:01 +0200)
Enable ARCH_HAS_GCOV_PROFILE_ALL so that CONFIG_GCOV_PROFILE_ALL can be
selected on UML.  I didn't need to explicitly disable GCOV on anything
to get this to work on the configs I tested.

Signed-off-by: Vincent Whitchurch <vincent.whitchurch@axis.com>
Signed-off-by: Richard Weinberger <richard@nod.at>
arch/um/Kconfig

index 4d398b8..8062a0c 100644 (file)
@@ -6,6 +6,7 @@ config UML
        bool
        default y
        select ARCH_EPHEMERAL_INODES
+       select ARCH_HAS_GCOV_PROFILE_ALL
        select ARCH_HAS_KCOV
        select ARCH_HAS_STRNCPY_FROM_USER
        select ARCH_HAS_STRNLEN_USER