diff options
author | Bjoern Brandenburg <bbb@mpi-sws.org> | 2015-08-09 07:18:44 -0400 |
---|---|---|
committer | Bjoern Brandenburg <bbb@mpi-sws.org> | 2015-08-09 06:21:15 -0400 |
commit | 5459c945fd381af0c587a04a7d8d468fa348257d (patch) | |
tree | 9a0804b412623bdbd16235f14cd0e4ab48f24c02 /arch/x86 | |
parent | 6c10dcd2d019bb63026f1fdbd158788cdf7b8b0a (diff) |
Feather-Trace: add platform independent implementation
This patch adds the simple fallback implementation and creates dummy
hooks in the x86 and ARM Kconfig files.
Diffstat (limited to 'arch/x86')
-rw-r--r-- | arch/x86/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index 9f305d6e1246..eda7a8806be0 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig | |||
@@ -2595,4 +2595,7 @@ source "arch/x86/kvm/Kconfig" | |||
2595 | 2595 | ||
2596 | source "lib/Kconfig" | 2596 | source "lib/Kconfig" |
2597 | 2597 | ||
2598 | config ARCH_HAS_FEATHER_TRACE | ||
2599 | def_bool n | ||
2600 | |||
2598 | source "litmus/Kconfig" | 2601 | source "litmus/Kconfig" |