From: Ma Jun Date: Tue, 10 Mar 2020 15:32:56 +0000 (+0800) Subject: csky: Enable the gcov function X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=de8636787119193ea1a4b7c1a13be0de5b64210f;p=linux.git csky: Enable the gcov function Support the gcov function in csky architecture. Signed-off-by: Ma Jun Signed-off-by: Guo Ren --- diff --git a/arch/csky/Kconfig b/arch/csky/Kconfig index 6cf169a15794a..a75b8e1fef1d0 100644 --- a/arch/csky/Kconfig +++ b/arch/csky/Kconfig @@ -3,6 +3,7 @@ config CSKY def_bool y select ARCH_32BIT_OFF_T select ARCH_HAS_DMA_PREP_COHERENT + select ARCH_HAS_GCOV_PROFILE_ALL select ARCH_HAS_SYNC_DMA_FOR_CPU select ARCH_HAS_SYNC_DMA_FOR_DEVICE select ARCH_USE_BUILTIN_BSWAP