Skip to content

Commit 2419ac3

Browse files
vwaxrichardweinberger
authored andcommitted
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 <[email protected]> Signed-off-by: Richard Weinberger <[email protected]>
1 parent 3657190 commit 2419ac3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/um/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ config UML
66
bool
77
default y
88
select ARCH_EPHEMERAL_INODES
9+
select ARCH_HAS_GCOV_PROFILE_ALL
910
select ARCH_HAS_KCOV
1011
select ARCH_HAS_STRNCPY_FROM_USER
1112
select ARCH_HAS_STRNLEN_USER

0 commit comments

Comments
 (0)