diff options
author | 2020-03-10 23:32:56 +0800 | |
---|---|---|
committer | 2020-04-01 00:06:52 +0800 | |
commit | de8636787119193ea1a4b7c1a13be0de5b64210f (patch) | |
tree | 3b8f0eb0dddb15a057333794a8359393af7c069b | |
parent | csky: Fixup get wrong psr value from phyical reg (diff) | |
download | wireguard-linux-de8636787119193ea1a4b7c1a13be0de5b64210f.tar.xz wireguard-linux-de8636787119193ea1a4b7c1a13be0de5b64210f.zip |
csky: Enable the gcov function
Support the gcov function in csky architecture.
Signed-off-by: Ma Jun <majun258@linux.alibaba.com>
Signed-off-by: Guo Ren <guoren@kernel.org>
-rw-r--r-- | arch/csky/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
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 |