[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20200403044150.20562-7-guoren@kernel.org>
Date: Fri, 3 Apr 2020 12:41:46 +0800
From: guoren@...nel.org
To: arnd@...db.de
Cc: linux-kernel@...r.kernel.org, linux-csky@...r.kernel.org,
Ma Jun <majun258@...ux.alibaba.com>,
Guo Ren <guoren@...nel.org>, Guo Ren <guoren@...ux.alibaba.com>
Subject: [PATCH 07/11] csky: Enable the gcov function
From: Ma Jun <majun258@...ux.alibaba.com>
Support the gcov function in csky architecture.
Signed-off-by: Ma Jun <majun258@...ux.alibaba.com>
Signed-off-by: Guo Ren <guoren@...nel.org>
Signed-off-by: Guo Ren <guoren@...ux.alibaba.com>
---
arch/csky/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/csky/Kconfig b/arch/csky/Kconfig
index 6cf169a15794..a75b8e1fef1d 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
--
2.17.0
Powered by blists - more mailing lists