diff options
author | Nathan O <otternes@cs.unc.edu> | 2019-12-09 14:59:56 -0500 |
---|---|---|
committer | Nathan O <otternes@cs.unc.edu> | 2019-12-09 14:59:56 -0500 |
commit | 3c4abebc788e9d92d776d7bc8b778f398cdb4010 (patch) | |
tree | 7392a57bb2d5e0e61cd3a03bae0e8ce79991f6d5 /arch/arm64/Kconfig | |
parent | 2627f203874e04500ea80f6e588cd659bec5866b (diff) |
Initial attempt to "connect the wires"
- This is my first attempt to re-add all of the modifications on top of
this version of the Linux kernel that were present in the previous
version of LITMUS.
- More notes on changes will follow after testing--no guarantees the
code as it is now will compile or run correctly.
Diffstat (limited to 'arch/arm64/Kconfig')
-rw-r--r-- | arch/arm64/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig index 3f047afb982c..a6bf629e708c 100644 --- a/arch/arm64/Kconfig +++ b/arch/arm64/Kconfig | |||
@@ -1680,3 +1680,12 @@ source "arch/arm64/kvm/Kconfig" | |||
1680 | if CRYPTO | 1680 | if CRYPTO |
1681 | source "arch/arm64/crypto/Kconfig" | 1681 | source "arch/arm64/crypto/Kconfig" |
1682 | endif | 1682 | endif |
1683 | |||
1684 | config ARCH_HAS_FEATHER_TRACE | ||
1685 | def_bool n | ||
1686 | |||
1687 | config ARCH_CALLS_IRQ_ENTER_ON_RESCHED_IPI | ||
1688 | def_bool n | ||
1689 | |||
1690 | source "litmus/Kconfig" | ||
1691 | |||