[PATCH]arch/csky:Enable the gcov function in csky achitecture

From: Ma Jun
Date: Thu Mar 12 2020 - 04:58:59 EST


Support the gcov function in csky architecture

Signed-off-by: Ma Jun <majun258@xxxxxxxxxxxxxxxxx>
---
arch/csky/Kconfig | 1 +
1 file changed, 1 insertion(+)

diff --git a/arch/csky/Kconfig b/arch/csky/Kconfig
index 047427f..9c4749d 100644
--- a/arch/csky/Kconfig
+++ b/arch/csky/Kconfig
@@ -64,6 +64,7 @@ config CSKY
select PCI_DOMAINS_GENERIC if PCI
select PCI_SYSCALL if PCI
select PCI_MSI if PCI
+ select ARCH_HAS_GCOV_PROFILE_ALL

config CPU_HAS_CACHEV2
bool
--
1.8.3.1