aboutsummaryrefslogtreecommitdiffstats
path: root/arch/um
diff options
context:
space:
mode:
authorVincent Whitchurch <vincent.whitchurch@axis.com>2022-04-14 12:34:51 +0200
committerRichard Weinberger <richard@nod.at>2022-05-27 09:01:14 +0200
commit2419ac3272669240e70c967bacaa49be943b6344 (patch)
treedf84bca22387b0e5b5b0cef20990ca36afde6d93 /arch/um
parentum: Use asm-generic/dma-mapping.h (diff)
downloadlinux-dev-2419ac3272669240e70c967bacaa49be943b6344.tar.xz
linux-dev-2419ac3272669240e70c967bacaa49be943b6344.zip
um: Enable ARCH_HAS_GCOV_PROFILE_ALL
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>
Diffstat (limited to 'arch/um')
-rw-r--r--arch/um/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/um/Kconfig b/arch/um/Kconfig
index 4d398b80aea8..8062a0c08952 100644
--- a/arch/um/Kconfig
+++ b/arch/um/Kconfig
@@ -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